We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d6675 commit 6a2a708Copy full SHA for 6a2a708
rules/TypeDeclaration/Rector/StmtsAwareInterface/DeclareStrictTypesRector.php
@@ -78,7 +78,7 @@ public function beforeTraverse(array $nodes): ?array
78
return null;
79
}
80
81
- /** @var \PhpParser\Node $rootStmt */
+ /** @var Node $rootStmt */
82
$rootStmt = current($nodes);
83
if ($rootStmt instanceof FileWithoutNamespace) {
84
0 commit comments