1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-11 16:59:45 +01:00
This commit is contained in:
orklah 2021-10-07 19:39:45 +02:00
parent a7c4f0052b
commit 3fc716ec3b

View File

@ -347,7 +347,7 @@ class ForeachAnalyzer
* @param PhpParser\Node\Stmt\Foreach_|PhpParser\Node\Expr\YieldFrom $stmt
* @return false|null
*/
public static function checkIteratorType(
public static function checkIteratorType(
StatementsAnalyzer $statements_analyzer,
PhpParser\NodeAbstract $stmt,
PhpParser\Node\Expr $expr,