open-orchestra/open-orchestra-cms-bundle

View on GitHub
GroupBundle/OpenOrchestraGroupBundle.php

Summary

Maintainability
A
0 mins
Test Coverage

Class extends undeclared class \Symfony\Component\HttpKernel\Bundle\Bundle
Open

class OpenOrchestraGroupBundle extends Bundle
Severity: Critical
Found in GroupBundle/OpenOrchestraGroupBundle.php by phan

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

        $container->addCompilerPass(new EntityResolverCompilerPass());
Severity: Critical
Found in GroupBundle/OpenOrchestraGroupBundle.php by phan

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

        $container->addCompilerPass(new GeneratePerimeterCompilerPass());
Severity: Critical
Found in GroupBundle/OpenOrchestraGroupBundle.php by phan

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

        $container->addCompilerPass(new PerimeterCompilerPass());
Severity: Critical
Found in GroupBundle/OpenOrchestraGroupBundle.php by phan

Reference to undeclared class \Symfony\Component\HttpKernel\Bundle\Bundle
Open

        parent::build($container);
Severity: Critical
Found in GroupBundle/OpenOrchestraGroupBundle.php by phan

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

    public function build(ContainerBuilder $container)

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

        $container->addCompilerPass(new TwigGlobalsCompilerPass());
Severity: Critical
Found in GroupBundle/OpenOrchestraGroupBundle.php by phan

There are no issues that match your filters.

Category
Status