@@ -10,12 +10,12 @@ class Container_14d7103555 extends Nette\DI\Container
10
10
'PhpParser\PrettyPrinter\Standard ' => [1 => ['3_PhpParser_PrettyPrinter_Standard ' ]],
11
11
'PHPStan\Symfony\ServiceMap ' => [1 => ['4 ' ]],
12
12
'PHPStan\Symfony\ServiceMapFactory ' => [1 => ['symfony.serviceMapFactory ' ]],
13
- 'PHPStan\Type\DynamicMethodReturnTypeExtension ' => [1 => ['6 ' , '7 ' , '9 ' , '11 ' ]],
13
+ 'PHPStan\Type\DynamicMethodReturnTypeExtension ' => [1 => ['6 ' , '10 ' , '11 ' , '12 ' ]],
14
14
'PHPStan\Type\Symfony\RequestDynamicReturnTypeExtension ' => [1 => ['6 ' ]],
15
- 'PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension ' => [1 => ['7 ' , '9 ' , '11 ' ]],
16
- 'PHPStan\Type\MethodTypeSpecifyingExtension ' => [1 => ['8 ' , '10 ' , '12 ' ]],
17
- 'PHPStan\Analyser\TypeSpecifierAwareExtension ' => [1 => ['8 ' , '10 ' , '12 ' ]],
18
- 'PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension ' => [1 => ['8 ' , '10 ' , '12 ' ]],
15
+ 'PHPStan\Type\MethodTypeSpecifyingExtension ' => [1 => ['7 ' , '8 ' , '9 ' ]],
16
+ 'PHPStan\Analyser\TypeSpecifierAwareExtension ' => [1 => ['7 ' , '8 ' , '9 ' ]],
17
+ 'PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension ' => [1 => ['7 ' , '8 ' , '9 ' ]],
18
+ 'PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension ' => [1 => ['10 ' , '11 ' , '12 ' ]],
19
19
'Nette\DI\Container ' => [1 => ['container ' ]],
20
20
],
21
21
'services ' => [
@@ -26,17 +26,17 @@ class Container_14d7103555 extends Nette\DI\Container
26
26
'symfony.serviceMapFactory ' => 'PHPStan\Symfony\ServiceMapFactory ' ,
27
27
4 => 'PHPStan\Symfony\ServiceMap ' ,
28
28
6 => 'PHPStan\Type\Symfony\RequestDynamicReturnTypeExtension ' ,
29
- 'PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension ' ,
30
29
'PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension ' ,
31
- 'PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension ' ,
32
30
'PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension ' ,
33
- 'PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension ' ,
34
31
'PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension ' ,
32
+ 'PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension ' ,
33
+ 'PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension ' ,
34
+ 'PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension ' ,
35
35
],
36
36
'tags ' => [
37
37
'phpstan.rules.rule ' => ['rules.0 ' => true , 'rules.1 ' => true ],
38
- 'phpstan.broker.dynamicMethodReturnTypeExtension ' => [6 => true , true , 9 => true , 11 => true ],
39
- 'phpstan.typeSpecifier.methodTypeSpecifyingExtension ' => [8 => true , 10 => true , 12 => true ],
38
+ 'phpstan.broker.dynamicMethodReturnTypeExtension ' => [6 => true , 10 => true , true , true ],
39
+ 'phpstan.typeSpecifier.methodTypeSpecifyingExtension ' => [7 => true , true , true ],
40
40
],
41
41
'aliases ' => [],
42
42
];
@@ -45,7 +45,7 @@ class Container_14d7103555 extends Nette\DI\Container
45
45
public function __construct (array $ params = [])
46
46
{
47
47
$ this ->parameters = $ params ;
48
- $ this ->parameters += ['symfony ' => ['container_xml_path ' => '' ]];
48
+ $ this ->parameters += ['symfony ' => ['container_xml_path ' => '' , ' constant_hassers ' => true ]];
49
49
}
50
50
51
51
@@ -97,53 +97,53 @@ public function createService__6(): PHPStan\Type\Symfony\RequestDynamicReturnTyp
97
97
}
98
98
99
99
100
- public function createService__7 (): PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension
100
+ public function createService__7 (): PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension
101
101
{
102
- $ service = new PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension ('Symfony\Bundle\FrameworkBundle\Controller\AbstractController ' , $ this ->getService ('4 ' ));
102
+ $ service = new PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension (
103
+ 'Symfony\Bundle\FrameworkBundle\Controller\AbstractController ' ,
104
+ $ this ->getService ('3_PhpParser_PrettyPrinter_Standard ' )
105
+ );
103
106
return $ service ;
104
107
}
105
108
106
109
107
110
public function createService__8 (): PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension
108
111
{
109
112
$ service = new PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension (
110
- 'Symfony\Bundle\FrameworkBundle\Controller\AbstractController ' ,
113
+ 'Symfony\Bundle\FrameworkBundle\Controller\Controller ' ,
111
114
$ this ->getService ('3_PhpParser_PrettyPrinter_Standard ' )
112
115
);
113
116
return $ service ;
114
117
}
115
118
116
119
117
- public function createService__9 (): PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension
120
+ public function createService__9 (): PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension
118
121
{
119
- $ service = new PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension ('Symfony\Bundle\FrameworkBundle\Controller\Controller ' , $ this ->getService ('4 ' ));
122
+ $ service = new PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension (
123
+ 'Symfony\Component\DependencyInjection\ContainerInterface ' ,
124
+ $ this ->getService ('3_PhpParser_PrettyPrinter_Standard ' )
125
+ );
120
126
return $ service ;
121
127
}
122
128
123
129
124
- public function createService__10 (): PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension
130
+ public function createService__10 (): PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension
125
131
{
126
- $ service = new PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension (
127
- 'Symfony\Bundle\FrameworkBundle\Controller\Controller ' ,
128
- $ this ->getService ('3_PhpParser_PrettyPrinter_Standard ' )
129
- );
132
+ $ service = new PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension ('Symfony\Bundle\FrameworkBundle\Controller\AbstractController ' , true , $ this ->getService ('4 ' ));
130
133
return $ service ;
131
134
}
132
135
133
136
134
137
public function createService__11 (): PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension
135
138
{
136
- $ service = new PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension ('Symfony\Component\DependencyInjection\ContainerInterface ' , $ this ->getService ('4 ' ));
139
+ $ service = new PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension ('Symfony\Bundle\FrameworkBundle\Controller\Controller ' , true , $ this ->getService ('4 ' ));
137
140
return $ service ;
138
141
}
139
142
140
143
141
- public function createService__12 (): PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension
144
+ public function createService__12 (): PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension
142
145
{
143
- $ service = new PHPStan \Type \Symfony \ServiceTypeSpecifyingExtension (
144
- 'Symfony\Component\DependencyInjection\ContainerInterface ' ,
145
- $ this ->getService ('3_PhpParser_PrettyPrinter_Standard ' )
146
- );
146
+ $ service = new PHPStan \Type \Symfony \ServiceDynamicReturnTypeExtension ('Symfony\Component\DependencyInjection\ContainerInterface ' , true , $ this ->getService ('4 ' ));
147
147
return $ service ;
148
148
}
149
149
0 commit comments