open-orchestra/open-orchestra-cms-bundle

View on GitHub
BackofficeBundle/DependencyInjection/Compiler/TemplateCompilerPass.php

Summary

Maintainability
A
0 mins
Test Coverage

Parameter $container has undeclared type \Symfony\Component\DependencyInjection\ContainerBuilder
Open

    public function process(ContainerBuilder $container)

Call to method getDefinition from undeclared class \Symfony\Component\DependencyInjection\ContainerBuilder
Open

        $templateManager = $container->getDefinition('open_orchestra_backoffice.manager.template');

Class implements undeclared interface \Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Open

class TemplateCompilerPass implements CompilerPassInterface

Call to method getParameter from undeclared class \Symfony\Component\DependencyInjection\ContainerBuilder
Open

        $templateSet = $container->getParameter('open_orchestra_backoffice.template_set');

There are no issues that match your filters.

Category
Status