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 65640a7

Browse filesBrowse files
committed
[FrameworkBundle] Fix indentation
1 parent 52a2e98 commit 65640a7
Copy full SHA for 65640a7

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎DependencyInjection/FrameworkExtension.php

Copy file name to clipboardExpand all lines: DependencyInjection/FrameworkExtension.php
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,10 +2080,9 @@ private function registerMessengerConfiguration(array $config, ContainerBuilder
20802080
->setFactory([new Reference('messenger.transport_factory'), 'createTransport'])
20812081
->setArguments([$transport['dsn'], $transport['options'] + ['transport_name' => $name], new Reference($serializerId)])
20822082
->addTag('messenger.receiver', [
2083-
'alias' => $name,
2084-
'is_failure_transport' => \in_array($name, $failureTransports),
2085-
]
2086-
)
2083+
'alias' => $name,
2084+
'is_failure_transport' => \in_array($name, $failureTransports),
2085+
])
20872086
;
20882087
$container->setDefinition($transportId = 'messenger.transport.'.$name, $transportDefinition);
20892088
$senderAliases[$name] = $transportId;

0 commit comments

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