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 a8abeae commit 016d44aCopy full SHA for 016d44a
tests/PHPStan/Analyser/nsrt/bug-12393b.php
@@ -686,6 +686,7 @@ public function doFoo2(NotStringable $foo): void {
686
assertType('*NEVER*', $this->foo);
687
}
688
689
+ // https://3v4l.org/nelJF#v8.4.6
690
public function doFoo3(\BcMath\Number $foo): void {
691
$this->foo = $foo;
692
assertType('non-empty-string&numeric-string', $this->foo);
0 commit comments