@@ -12,41 +12,46 @@ services:
1212 class : PHPStan\Symfony\ServiceMapFactory
1313 factory : PHPStan\Symfony\XmlServiceMapFactory (%symfony.container_xml_path% )
1414 -
15- class : @symfony.serviceMapFactory::create ()
15+ factory : @symfony.serviceMapFactory::create ()
1616
1717 # ControllerTrait::get()/has() return type
1818 -
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% )
2020 tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
2121 -
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% )
2323 tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
2424 -
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% )
2626 tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
2727
2828 # ControllerTrait::has() type specification
2929 -
30- class : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Component\DependencyInjection\ContainerInterface )
30+ factory : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Component\DependencyInjection\ContainerInterface )
3131 tags : [phpstan.typeSpecifier.methodTypeSpecifyingExtension ]
3232 -
33- class : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Bundle\FrameworkBundle\Controller\Controller )
33+ factory : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Bundle\FrameworkBundle\Controller\Controller )
3434 tags : [phpstan.typeSpecifier.methodTypeSpecifyingExtension ]
3535 -
36- class : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Bundle\FrameworkBundle\Controller\AbstractController )
36+ factory : PHPStan\Type\Symfony\ServiceTypeSpecifyingExtension (Symfony\Bundle\FrameworkBundle\Controller\AbstractController )
3737 tags : [phpstan.typeSpecifier.methodTypeSpecifyingExtension ]
3838
3939 # Request::getContent() return type
4040 -
41- class : PHPStan\Type\Symfony\RequestDynamicReturnTypeExtension
41+ factory : PHPStan\Type\Symfony\RequestDynamicReturnTypeExtension
4242 tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
4343
4444 # HeaderBag::get() return type
4545 -
46- class : PHPStan\Type\Symfony\HeaderBagDynamicReturnTypeExtension
46+ factory : PHPStan\Type\Symfony\HeaderBagDynamicReturnTypeExtension
4747 tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
4848
4949 # SerializerInterface::deserialize() return type
5050 -
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
5257 tags : [phpstan.broker.dynamicMethodReturnTypeExtension ]
0 commit comments