8000 [DependencyInjection] Partially revert #42347 · symfony/symfony@a3fda74 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3fda74

Browse files
committed
[DependencyInjection] Partially revert #42347
1 parent 70d330e commit a3fda74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ public function __construct()
6262
new AutowireRequiredMethodsPass(),
6363
new AutowireRequiredPropertiesPass(),
6464
new ResolveBindingsPass(),
65+
new DecoratorServicePass(),
6566
new CheckDefinitionValidityPass(),
6667
new AutowirePass(false),
6768
new ServiceLocatorTagPass(),
68-
new DecoratorServicePass(),
6969
new ResolveTaggedIteratorArgumentPass(),
7070
new ResolveServiceSubscribersPass(),
7171
new ResolveReferencesToAliasesPass(),

0 commit comments

Comments
 (0)
0