We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e1a8a4 commit 33a45f4Copy full SHA for 33a45f4
tests/PHPStan/Analyser/nsrt/bug-10338.php
@@ -8,5 +8,5 @@ function (): void {
8
die;
9
}
10
11
- assertType('string', $content);
+ assertType('non-empty-string', $content);
12
};
0 commit comments