10000 Update messenger.rst by walidboughdiri · Pull Request #9928 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Update messenger.rst #9928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update messenger.rst
  • Loading branch information
walidboughdiri authored Jun 15, 2018
commit 0492370707d56b1b5a29ade71b5e58ed6646a015
2 changes: 1 addition & 1 deletion components/messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ First, create your receiver::
private $serializer;
private $filePath;

public function __construct(SerializerInteface $serializer, string $filePath)
public function __construct(SerializerInterface $serializer, string $filePath)
{
$this->serializer = $serializer;
$this->filePath = $filePath;
Expand Down
0