File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
src/Reflection/Annotations Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -625,6 +625,12 @@ services:
625625 arguments :
626626 usePathConstantsAsConstantString : %usePathConstantsAsConstantString%
627627
628+ -
629+ class : PHPStan\Reflection\Annotations\AnnotationsMethodsClassReflectionExtension
630+
631+ -
632+ class : PHPStan\Reflection\Annotations\AnnotationsPropertiesClassReflectionExtension
633+
628634 -
629635 class : PHPStan\Reflection\BetterReflection\SourceLocator\FileNodesFetcher
630636 arguments :
Original file line number Diff line number Diff line change 22
33namespace PHPStan \Reflection \Annotations ;
44
5- use PHPStan \DependencyInjection \AutowiredService ;
65use PHPStan \PhpDoc \Tag \TemplateTag ;
76use PHPStan \Reflection \ClassReflection ;
87use PHPStan \Reflection \ExtendedMethodReflection ;
1615use function array_map ;
1716use function count ;
1817
19- #[AutowiredService]
2018final class AnnotationsMethodsClassReflectionExtension implements MethodsClassReflectionExtension
2119{
2220
Original file line number Diff line number Diff line change 22
33namespace PHPStan \Reflection \Annotations ;
44
5- use PHPStan \DependencyInjection \AutowiredService ;
65use PHPStan \Reflection \ClassReflection ;
76use PHPStan \Reflection \ExtendedPropertyReflection ;
87use PHPStan \Reflection \PropertiesClassReflectionExtension ;
98use PHPStan \Type \Generic \TemplateTypeHelper ;
109use PHPStan \Type \Generic \TemplateTypeVariance ;
1110use PHPStan \Type \NeverType ;
1211
13- #[AutowiredService]
1412final class AnnotationsPropertiesClassReflectionExtension implements PropertiesClassReflectionExtension
1513{
1614
You can’t perform that action at this time.
0 commit comments