Skip to content

Commit 746e049

Browse files
committed
Fix phpstan issue
1 parent 92df9e4 commit 746e049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Exercise/HaveTheLastSay.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public function check(Input $input): ResultInterface
119119
return $result;
120120
}
121121

122+
/** @var FuncCall $funcCall */
122123
$funcCall = (new NodeFinder())->findFirst(
123124
$statements,
124125
fn ($node) => $node instanceof FuncCall && $node->name->toString() === 'fgetcsv'

0 commit comments

Comments
 (0)