We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d318e07 commit 5c7d9a9Copy full SHA for 5c7d9a9
components/messenger.rst
@@ -272,8 +272,8 @@ do is to write your own CSV receiver::
272
273
public function __construct(SerializerInterface $serializer, string $filePath)
274
{
275
- $this->serializer = $serializer;
276
- $this->filePath = $filePath;
+ $this->serializer = $serializer;
+ $this->filePath = $filePath;
277
}
278
279
public function receive(callable $handler): void
0 commit comments