Skip to content

Commit bc189a7

Browse files
committed
minor #11556 Fix indention in code example (OskarStark)
This PR was merged into the 4.2 branch. Discussion ---------- Fix indention in code example <!-- 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 ------- 5c7d9a9 fix indention
2 parents 7c2d332 + 5c7d9a9 commit bc189a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ do is to write your own CSV receiver::
272272

273273
public function __construct(SerializerInterface $serializer, string $filePath)
274274
{
275-
$this->serializer = $serializer;
276-
$this->filePath = $filePath;
275+
$this->serializer = $serializer;
276+
$this->filePath = $filePath;
277277
}
278278

279279
public function receive(callable $handler): void

0 commit comments

Comments
 (0)