Skip to content

Commit 5c7d9a9

Browse files
committed
fix indention
1 parent d318e07 commit 5c7d9a9

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)