Skip to content

Commit 59364e5

Browse files
Update test
1 parent 86f68d6 commit 59364e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/discussion-9134.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
$var = $_GET["data"];
88
$res = filter_var($var, FILTER_VALIDATE_INT, FILTER_REQUIRE_ARRAY);
9-
assertType('array<int>|false', $res);
9+
assertType('array<int|false>|false', $res);
1010
if (is_array($res) === false) {
1111
throw new \RuntimeException();
1212
}

0 commit comments

Comments
 (0)