Skip to content

Commit 31f6aa7

Browse files
committed
cs
1 parent e73315c commit 31f6aa7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Rules/Rector/PhpUpgradeImplementsMinPhpVersionInterfaceRule.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public function getNodeType(): string
3838
*/
3939
public function processNode(Node $node, Scope $scope): array
4040
{
41-
/** @var string $className */
4241
$className = (string) $node->namespacedName;
4342
if (! str_ends_with($className, 'Rector')) {
4443
return [];

0 commit comments

Comments
 (0)