Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31df003

Browse filesBrowse files
committed
Merge branch '6.4' into 7.2
* 6.4: [Messenger] Fix instance variable declaration
2 parents 81cdc89 + 558c80f commit 31df003
Copy full SHA for 31df003

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@ using the ``DispatchAfterCurrentBusMiddleware`` and adding a
25942594
{
25952595
public function __construct(
25962596
private MailerInterface $mailer,
2597-
EntityManagerInterface $em,
2597+
private EntityManagerInterface $em,
25982598
) {
25992599
}
26002600

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.