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
4
4
3.4.0
5
5
-----
6
6
7
+ * moved the ` ExtensionCompilerPass ` to before-optimization passes with priority -1000
7
8
* deprecated "public-by-default" definitions and aliases, the new default will be "private" in 4.0
8
9
* added ` EnvVarProcessorInterface ` and corresponding "container.env_var_processor" tag for processing env vars
9
10
* added support for ignore-on-uninitialized references
Original file line number Diff line number Diff line change @@ -45,10 +45,10 @@ public function __construct()
45
45
new ResolveInstanceofConditionalsPass (),
46
46
new RegisterEnvVarProcessorsPass (),
47
47
),
48
+ -1000 => array (new ExtensionCompilerPass ()),
48
49
);
49
50
50
51
$ this ->optimizationPasses = array (array (
51
- new ExtensionCompilerPass (),
52
52
new ResolveChildDefinitionsPass (),
53
53
new ServiceLocatorTagPass (),
54
54
new DecoratorServicePass (),
You can’t perform that action at this time.
0 commit comments