File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
443.4.0
55-----
66
7+ * moved the ` ExtensionCompilerPass ` to before-optimization passes with priority -1000
78 * deprecated "public-by-default" definitions and aliases, the new default will be "private" in 4.0
89 * added ` EnvVarProcessorInterface ` and corresponding "container.env_var_processor" tag for processing env vars
910 * added support for ignore-on-uninitialized references
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ public function __construct()
4545 new ResolveInstanceofConditionalsPass (),
4646 new RegisterEnvVarProcessorsPass (),
4747 ),
48+ -1000 => array (new ExtensionCompilerPass ()),
4849 );
4950
5051 $ this ->optimizationPasses = array (array (
51- new ExtensionCompilerPass (),
5252 new ResolveChildDefinitionsPass (),
5353 new ServiceLocatorTagPass (),
5454 new DecoratorServicePass (),
You can’t perform that action at this time.
0 commit comments