Skip to content

Commit 9ff5aaf

Browse files
committed
Fix build
1 parent fd48871 commit 9ff5aaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Type/Php/RangeFunctionReturnTypeExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function getTypeFromFunctionCall(FunctionReflection $functionReflection,
7373
continue;
7474
}
7575

76+
// @phpstan-ignore function.alreadyNarrowedType
7677
if (!is_array($rangeValues)) {
7778
continue;
7879
}

0 commit comments

Comments
 (0)