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 32b09a8

Browse filesBrowse files
Merge branch '4.3' into 4.4
* 4.3: [DI] revert reordering of ResolveFactoryClassPass and AutowireRequiredMethodsPass in PassConfig
2 parents 4b93c62 + 2b0f9d6 commit 32b09a8
Copy full SHA for 32b09a8

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ public function __construct()
5353
new ResolveChildDefinitionsPass(),
5454
new RegisterServiceSubscribersPass(),
5555
new ResolveParameterPlaceHoldersPass(false),
56+
new ResolveFactoryClassPass(),
5657
new ResolveNamedArgumentsPass(),
58+
new AutowireRequiredMethodsPass(),
5759
new ResolveBindingsPass(),
5860
new ServiceLocatorTagPass(),
59-
new CheckDefinitionValidityPass(),
6061
new DecoratorServicePass(),
61-
new ResolveFactoryClassPass(),
62-
new AutowireRequiredMethodsPass(),
62+
new CheckDefinitionValidityPass(),
6363
new AutowirePass(false),
6464
new ResolveTaggedIteratorArgumentPass(),
6565
new ResolveServiceSubscribersPass(),

0 commit comments

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