8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abf9eb commit f88cb07Copy full SHA for f88cb07
src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
@@ -84,15 +84,10 @@ public function __construct()
84
new RemoveUnusedDefinitionsPass(),
85
new InlineServiceDefinitionsPass(new AnalyzeServiceReferencesPass()),
86
new AnalyzeServiceReferencesPass(),
87
+ new DefinitionErrorExceptionPass(),
88
new CheckExceptionOnInvalidReferenceBehaviorPass(),
89
new ResolveHotPathPass(),
90
]];
-
91
- $this->afterRemovingPasses = [
92
- 100 => [
93
- new DefinitionErrorExceptionPass(),
94
- ],
95
- ];
96
}
97
98
/**
0 commit comments