8000 Missing closing parentheses and closing bracket · symfony/symfony-docs@43a239b · GitHub
[go: up one dir, main page]

Skip to content

Commit 43a239b

Browse files
phoefnagelOskarStark
authored andcommitted
Missing closing parentheses and closing bracket
1 parent 21c334d commit 43a239b

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']))];
306306
}
307307

308308
public function ack(Envelope $envelope): void

0 commit comments

Comments
 (0)
0