We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9536f commit 2301b9eCopy full SHA for 2301b9e
1 file changed
tests/PHPStan/Analyser/data/bug-14207.php
@@ -31,7 +31,7 @@ public static function is_special( $tag_name ): bool {
31
: "{$tag_name->namespace} {$tag_name->node_name}";
32
}
33
34
- assertType('non-falsy-string|uppercase-string', $tag_name); // should be string
+ assertType('non-falsy-string|uppercase-string', $tag_name);
35
36
$x = (
37
'ADDRESS' === $tag_name ||
0 commit comments