Skip to content

Commit 33a45f4

Browse files
committed
Fix build
1 parent 4e1a8a4 commit 33a45f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-10338.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ function (): void {
88
die;
99
}
1010

11-
assertType('string', $content);
11+
assertType('non-empty-string', $content);
1212
};

0 commit comments

Comments
 (0)