Skip to content

Commit 3dfa9fb

Browse files
committed
[ci-review] Rector Rectify
1 parent 2984cc1 commit 3dfa9fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Reporting/DeprecatedRulesReporter.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace Rector\Reporting;
66

7+
use Rector\PhpParser\Enum\NodeGroup;
78
use Rector\Configuration\Deprecation\Contract\DeprecatedInterface;
89
use Rector\Configuration\Option;
910
use Rector\Configuration\Parameter\SimpleParameterProvider;
@@ -76,7 +77,7 @@ public function reportDeprecatedNodeTypes(): void
7677
'Rector rule "%s" uses StmtsAwareInterface that is now deprecated.%sUse "%s::%s" instead.%sSee %s for more',
7778
$rector::class,
7879
PHP_EOL,
79-
\Rector\PhpParser\Enum\NodeGroup::class,
80+
NodeGroup::class,
8081
'STMTS_AWARE',
8182
PHP_EOL . PHP_EOL,
8283
'https://github.com/rectorphp/rector-src/pull/7679'

0 commit comments

Comments
 (0)