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 92df9e4 commit 746e049Copy full SHA for 746e049
src/Exercise/HaveTheLastSay.php
@@ -119,6 +119,7 @@ public function check(Input $input): ResultInterface
119
return $result;
120
}
121
122
+ /** @var FuncCall $funcCall */
123
$funcCall = (new NodeFinder())->findFirst(
124
$statements,
125
fn ($node) => $node instanceof FuncCall && $node->name->toString() === 'fgetcsv'
0 commit comments