artur-graniszewski/ZEUS-for-PHP

View on GitHub
src/Zeus/ServerService/Factory/ManagerFactory.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __invoke has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __invoke(ContainerInterface $container, $requestedName, array $options = null)
    {
        $config = $container->get('configuration');
        $mainLogger = $container->build(LoggerInterface::class, ['service_name' => 'main']);

Severity: Minor
Found in src/Zeus/ServerService/Factory/ManagerFactory.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status