File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
DependencyInjection/Compiler Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function process(ContainerBuilder $container)
4242 ->setPublic ($ public )
4343 ->addArgument (new Reference ('fos_rest.serializer.jms_handler_registry.inner ' ));
4444
45- // remap existing aliases (they have already been replaced with the actual definition by Symfony's ReplaceAliasByActualDefinitonPass )
45+ // remap existing aliases (they have already been replaced with the actual definition by Symfony's ReplaceAliasByActualDefinitionPass )
4646 foreach ($ container ->getDefinitions () as $ id => $ definition ) {
4747 if ('fos_rest.serializer.jms_handler_registry.inner ' !== $ id && $ definition === $ jmsHandlerRegistry ) {
4848 $ container ->setDefinition ($ id , $ fosRestHandlerRegistry );
You can’t perform that action at this time.
0 commit comments