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

Skip to content

Commit 321f6ef

Browse files
authored
Missing closing parentheses and closing bracket
1 parent 2b45346 commit 321f6ef

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)
0