Skip to content

Commit 270b306

Browse files
walidboughdirijaviereguiluz
authored andcommitted
Update messenger.rst
1 parent 9d92220 commit 270b306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ First, create your receiver::
162162
private $serializer;
163163
private $filePath;
164164

165-
public function __construct(SerializerInteface $serializer, string $filePath)
165+
public function __construct(SerializerInterface $serializer, string $filePath)
166166
{
167167
$this->serializer = $serializer;
168168
$this->filePath = $filePath;

0 commit comments

Comments
 (0)