We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58118c9 commit 7ddd07fCopy full SHA for 7ddd07f
1 file changed
tests/PHPStan/Analyser/nsrt/callsite-cast-narrowing.php
@@ -56,7 +56,7 @@ public function sayHello($mixed, int $int, string $string, $numericString, $nonE
56
57
// see https://3v4l.org/1Qrlg#veol
58
if (ctype_digit((string) $numericString)) {
59
- assertType('numeric-string', $numericString);
+ assertType('decimal-int-string', $numericString);
60
} else {
61
assertType('numeric-string', $numericString);
62
}
0 commit comments