8000 Merge branch '4.3' into 4.4 · symfony/symfony-docs@ae52d39 · GitHub
[go: up one dir, main page]

Skip to content

Commit ae52d39

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Missing closing parentheses and closing bracket
2 parents 5de2dd3 + 3dc9188 commit ae52d39

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
@@ -302,7 +302,7 @@ do is to write your own CSV receiver::
302302
throw $exception;
303303
}
304304

305-
return [$envelope->with(new CustomStamp($yourEnvelope['id']);
305+
return [$envelope->with(new CustomStamp($yourEnvelope['id']))];
306 44CB 306
}
307307

308308
public function ack(Envelope $envelope): void

0 commit comments

Comments
 (0)
0