Skip to content

Commit a96d3db

Browse files
committed
[ci-review] Rector Rectify
1 parent e5c7136 commit a96d3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/CodeQuality/Rector/StmtsAwareInterface/DeclareStrictTypesTestsRector.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

8484
// when first stmt is Declare_, verify if there is strict_types definition already,

0 commit comments

Comments
 (0)