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 27871b8 commit f7c17eeCopy full SHA for f7c17ee
rules/DowngradePhp84/Rector/Expression/DowngradeArrayAllRector.php
@@ -11,6 +11,7 @@
11
use PhpParser\Node\Expr\ConstFetch;
12
use PhpParser\Node\Expr\FuncCall;
13
use PhpParser\Node\Name;
14
+use PhpParser\Node\Stmt;
15
use PhpParser\Node\Stmt\Break_;
16
use PhpParser\Node\Stmt\Expression;
17
use PhpParser\Node\Stmt\Foreach_;
@@ -58,6 +59,7 @@ public function getRuleDefinition(): RuleDefinition
58
59
60
/**
61
* @param Expression $node
62
+ * @return Stmt[]|null
63
*/
64
public function refactor(Node $node): ?array
65
{
0 commit comments