Skip to content

Commit 147d2ca

Browse files
committed
Merge branch '4.4'
* 4.4: Missing closing parentheses and closing bracket
2 parents 2b45346 + ae52d39 commit 147d2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ do is to write your own CSV receiver::
296296
throw $exception;
297297
}
298298

299-
return [$envelope->with(new CustomStamp($yourEnvelope['id']);
299+
return [$envelope->with(new CustomStamp($yourEnvelope['id']))];
300300
}
301301

302302
public function ack(Envelope $envelope): void

0 commit comments

Comments
 (0)