Skip to content

Commit 016d44a

Browse files
committed
Update bug-12393b.php
1 parent a8abeae commit 016d44a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Analyser/nsrt/bug-12393b.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ public function doFoo2(NotStringable $foo): void {
686686
assertType('*NEVER*', $this->foo);
687687
}
688688

689+
// https://3v4l.org/nelJF#v8.4.6
689690
public function doFoo3(\BcMath\Number $foo): void {
690691
$this->foo = $foo;
691692
assertType('non-empty-string&numeric-string', $this->foo);

0 commit comments

Comments
 (0)