Skip to content

Commit 5b2fffe

Browse files
committed
Fix
1 parent e14e641 commit 5b2fffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Rules/Namespaces/ExistingNamesInGroupUseRule.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use PhpParser\Node\Stmt\Use_;
77
use PHPStan\Analyser\Scope;
88
use PHPStan\DependencyInjection\AutowiredParameter;
9-
use PHPStan\DependencyInjection\AutowiredService;
9+
use PHPStan\DependencyInjection\RegisteredRule;
1010
use PHPStan\Reflection\ReflectionProvider;
1111
use PHPStan\Rules\ClassNameCheck;
1212
use PHPStan\Rules\ClassNameNodePair;
@@ -21,7 +21,7 @@
2121
/**
2222
* @implements Rule<Node\Stmt\GroupUse>
2323
*/
24-
#[AutowiredService]
24+
#[RegisteredRule(level: 0)]
2525
final class ExistingNamesInGroupUseRule implements Rule
2626
{
2727

0 commit comments

Comments
 (0)