Skip to content

Commit 2301b9e

Browse files
committed
drop wrong comment
1 parent df9536f commit 2301b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PHPStan/Analyser/data/bug-14207.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static function is_special( $tag_name ): bool {
3131
: "{$tag_name->namespace} {$tag_name->node_name}";
3232
}
3333

34-
assertType('non-falsy-string|uppercase-string', $tag_name); // should be string
34+
assertType('non-falsy-string|uppercase-string', $tag_name);
3535

3636
$x = (
3737
'ADDRESS' === $tag_name ||

0 commit comments

Comments
 (0)