Skip to content

Commit 975c37c

Browse files
committed
Fix test
1 parent 1044f11 commit 975c37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/get-debug-type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function doFoo(bool $b, int $i, float $f, $d, $r, string $s, array $a, $intOrStr
3737
assertType("string", get_debug_type($std));
3838
assertType("'GetDebugType\\\\A'", get_debug_type($A));
3939
assertType("string", get_debug_type($r));
40-
assertType("'bool'|string", get_debug_type($resource));
40+
assertType("string", get_debug_type($resource));
4141
assertType("'null'", get_debug_type($null));
4242
assertType("'int'|'string'", get_debug_type($intOrString));
4343
assertType("'array'|'GetDebugType\\\\A'", get_debug_type($arrayOrObject));

0 commit comments

Comments
 (0)