Skip to content

Commit c659a66

Browse files
committed
minor #9928 Update messenger.rst (walidboughdiri)
This PR was submitted for the 4.1 branch but it was merged into the 4.0 branch instead (closes #9928). Discussion ---------- Update messenger.rst <!-- 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 ------- 270b306 Update messenger.rst
2 parents 9d92220 + 270b306 commit c659a66

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)