Test Failed
Push — main ( 109ef1...0eb966 )
by Michael
02:49
created

getArgumentResolver_ServiceService::do()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 25
Code Lines 22

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 1
eloc 22
c 0
b 0
f 0
nc 1
nop 2
dl 0
loc 25
rs 9.568
1
<?php
2
3
namespace ContainerNaUkzx3;
4
5
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
6
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
7
8
/**
9
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
10
 */
11
class getArgumentResolver_ServiceService extends Braunstetter_MenuBundle_Test_app_src_TestKernelDevDebugContainer
12
{
13
    /**
14
     * Gets the private 'argument_resolver.service' shared service.
15
     *
16
     * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
17
     */
18
    public static function do($container, $lazyLoad = true)
0 ignored issues
show
Unused Code introduced by
The parameter $lazyLoad is not used and could be removed. ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-unused  annotation

18
    public static function do($container, /** @scrutinizer ignore-unused */ $lazyLoad = true)

This check looks for parameters that have been defined for a function or method, but which are not used in the method body.

Loading history...
19
    {
20
        include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
21
        include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
22
23
        return $container->privates['argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService, [
24
            'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],
25
            'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],
26
            'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true],
27
            'kernel::loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],
28
            'kernel::registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],
29
            'kernel::terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true],
30
            'kernel:loadRoutes' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],
31
            'kernel:registerContainerConfiguration' => ['privates', '.service_locator.KfbR3DY', 'get_ServiceLocator_KfbR3DYService', true],
32
            'kernel:terminate' => ['privates', '.service_locator.KfwZsne', 'get_ServiceLocator_KfwZsneService', true],
33
        ], [
34
            'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::loadRoutes' => '?',
35
            'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::registerContainerConfiguration' => '?',
36
            'Braunstetter\\MenuBundle\\Test\\app\\src\\TestKernel::terminate' => '?',
37
            'kernel::loadRoutes' => '?',
38
            'kernel::registerContainerConfiguration' => '?',
39
            'kernel::terminate' => '?',
40
            'kernel:loadRoutes' => '?',
41
            'kernel:registerContainerConfiguration' => '?',
42
            'kernel:terminate' => '?',
43
        ]));
44
    }
45
}
46