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 9d92220 commit 270b306Copy full SHA for 270b306
components/messenger.rst
@@ -162,7 +162,7 @@ First, create your receiver::
162
private $serializer;
163
private $filePath;
164
165
- public function __construct(SerializerInteface $serializer, string $filePath)
+ public function __construct(SerializerInterface $serializer, string $filePath)
166
{
167
$this->serializer = $serializer;
168
$this->filePath = $filePath;
0 commit comments