Skip to content

Commit 6a2a708

Browse files
committed
[ci-review] Rector Rectify
1 parent 44d6675 commit 6a2a708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/TypeDeclaration/Rector/StmtsAwareInterface/DeclareStrictTypesRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function beforeTraverse(array $nodes): ?array
7878
return null;
7979
}
8080

81-
/** @var \PhpParser\Node $rootStmt */
81+
/** @var Node $rootStmt */
8282
$rootStmt = current($nodes);
8383
if ($rootStmt instanceof FileWithoutNamespace) {
8484
return null;

0 commit comments

Comments
 (0)