File tree 1 file changed +1
-1
lines changed
src/Symfony/Bundle/FrameworkBundle
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ public function build(ContainerBuilder $container)
101
101
// but as late as possible to get resolved parameters
102
102
$ container ->addCompilerPass ((new RegisterListenersPass ())->setHotPathEvents ($ hotPathEvents ), PassConfig::TYPE_BEFORE_REMOVING );
103
103
$ container ->addCompilerPass (new TemplatingPass ());
104
- $ this ->addCompilerPassIfExists ($ container , AddConstraintValidatorsPass::class, PassConfig:: TYPE_BEFORE_REMOVING );
104
+ $ this ->addCompilerPassIfExists ($ container , AddConstraintValidatorsPass::class);
105
105
$ container ->addCompilerPass (new AddAnnotationsCachedReaderPass (), PassConfig::TYPE_AFTER_REMOVING , -255 );
106
106
$ this ->addCompilerPassIfExists ($ container , AddValidatorInitializersPass::class);
107
107
$ this ->addCompilerPassIfExists ($ container , AddConsoleCommandPass::class, PassConfig::TYPE_BEFORE_REMOVING );
You can’t perform that action at this time.
0 commit comments