Commit 558c80f
committed
minor symfony#20926 [Messenger] Fix instance variable declaration (MaximePinot)
This PR was merged into the 6.4 branch.
Discussion
----------
[Messenger] Fix instance variable declaration
Add missing `private` keyword to use constructor property promotion. Otherwise, the call to `$this->em` in the `__invoke` method is invalid, as `$em` is considered a constructor parameter only.
Commits
-------
34df2c8 [Messenger] Fix instance variable declaration1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2548 | 2548 | | |
2549 | 2549 | | |
2550 | 2550 | | |
2551 | | - | |
| 2551 | + | |
2552 | 2552 | | |
2553 | 2553 | | |
2554 | 2554 | | |
| |||
0 commit comments