@@ -12,41 +12,46 @@ services:
12
12
class : PHPStan\Symfony\ServiceMapFactory
13
13
factory : PHPStan\Symfony\XmlServiceMapFactory (%symfony.container_xml_path% )
14
14
-
15
- class : @symfony.serviceMapFactory::create ()
15
+ factory : @symfony.serviceMapFactory::create ()
16
16
17
17
# ControllerTrait::get()/has() return type
18
18
-
19
- class : PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension (Symfony\Component\DependencyInjection\ContainerInterface , %symfony.constant_hassers% )
19
+ factory : PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension (Symfony\Component\DependencyInjection\ContainerInterface , %symfony.constant_hassers% )
20
20
tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
21
21
-
22
- class : PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension (Symfony\Bundle\FrameworkBundle\Controller\Controller , %symfony.constant_hassers% )
22
+ factory : PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension (Symfony\Bundle\FrameworkBundle\Controller\Controller , %symfony.constant_hassers% )
23
23
tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
24
24
-
25
- class : PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension (Symfony\Bundle\FrameworkBundle\Controller\AbstractController , %symfony.constant_hassers% )
25
+ factory : PHPStan\Type\Symfony\ServiceDynamicReturnTypeExtension (Symfony\Bundle\FrameworkBundle\Controller\AbstractController , %symfony.constant_hassers% )
26
26
tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
27
27
28
28
# ControllerTrait::has() type specification
29
29
-
30
- class : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Component\DependencyInjection\ContainerInterface )
30
+ factory : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Component\DependencyInjection\ContainerInterface )
31
31
tags : [phpstan.typeSpecifier.methodTypeSpecifyingExtension ]
32
32
-
33
- class : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Bundle\FrameworkBundle\Controller\Controller )
33
+ factory : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Bundle\FrameworkBundle\Controller\Controller )
34
34
tags : [phpstan.typeSpecifier.methodTypeSpecifyingExtension ]
35
35
-
36
- class : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Bundle\FrameworkBundle\Controller\AbstractController )
36
+ factory : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Bundle\FrameworkBundle\Controller\AbstractController )
37
37
tags : [phpstan.typeSpecifier.methodTypeSpecifyingExtension ]
38
38
39
39
# Request::getContent() return type
40
40
-
41
- class : PHPStan\Type\Symfony\RequestDynamicReturnTypeExtension
41
+ factory : PHPStan\Type\Symfony\RequestDynamicReturnTypeExtension
42
42
tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
43
43
44
44
# HeaderBag::get() return type
45
45
-
46
- class : PHPStan\Type\Symfony\HeaderBagDynamicReturnTypeExtension
46
+ factory : PHPStan\Type\Symfony\HeaderBagDynamicReturnTypeExtension
47
47
tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
48
48
49
49
# SerializerInterface::deserialize() return type
50
50
-
51
- class : PHPStan\Type\Symfony\SerializerInterfaceDynamicReturnTypeExtension
51
+ factory : PHPStan\Type\Symfony\SerializerInterfaceDynamicReturnTypeExtension
52
+ tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
53
+
54
+ # Envelope::all() return type
55
+ -
56
+ factory : PHPStan\Type\Symfony\EnvelopeReturnTypeExtension
52
57
tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
0 commit comments