8000 bug #12573 Added missing closing parentheses and closing bracket (pho… · symfony/symfony-docs@3dc9188 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3dc9188

Browse files
committed
bug #12573 Added missing closing parentheses and closing bracket (phoefnagel)
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #12573). Discussion ---------- Added missing closing parentheses and closing bracket Noticed they were missing so I added them. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 43a239b Missing closing parentheses and closing bracket
2 parents 21c334d + 43a239b commit 3dc9188

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