Skip to content

Commit 3f30928

Browse files
committed
fix
1 parent 0cdc824 commit 3f30928

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

conf/config.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

src/Reflection/Annotations/AnnotationsMethodsClassReflectionExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace PHPStan\Reflection\Annotations;
44

5-
use PHPStan\DependencyInjection\AutowiredService;
65
use PHPStan\PhpDoc\Tag\TemplateTag;
76
use PHPStan\Reflection\ClassReflection;
87
use PHPStan\Reflection\ExtendedMethodReflection;
@@ -16,7 +15,6 @@
1615
use function array_map;
1716
use function count;
1817

19-
#[AutowiredService]
2018
final class AnnotationsMethodsClassReflectionExtension implements MethodsClassReflectionExtension
2119
{
2220

src/Reflection/Annotations/AnnotationsPropertiesClassReflectionExtension.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22

33
namespace PHPStan\Reflection\Annotations;
44

5-
use PHPStan\DependencyInjection\AutowiredService;
65
use PHPStan\Reflection\ClassReflection;
76
use PHPStan\Reflection\ExtendedPropertyReflection;
87
use PHPStan\Reflection\PropertiesClassReflectionExtension;
98
use PHPStan\Type\Generic\TemplateTypeHelper;
109
use PHPStan\Type\Generic\TemplateTypeVariance;
1110
use PHPStan\Type\NeverType;
1211

13-
#[AutowiredService]
1412
final class AnnotationsPropertiesClassReflectionExtension implements PropertiesClassReflectionExtension
1513
{
1614

0 commit comments

Comments
 (0)