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 554b717 commit 2eb4520Copy full SHA for 2eb4520
tests/PHPStan/Analyser/Generator/data/gnsr.php
@@ -90,7 +90,7 @@ public function doBitwiseAnd($a, $b, int $c, int $d): void
90
public function doMul($a, $b, int $c, int $d): void
91
{
92
assertType('int', $a * $b);
93
- assertNativeType('(float|int)', $a * $b);
+ assertNativeType('int', $a * $b);
94
assertType('1', 1 * 1);
95
assertNativeType('1', 1 * 1);
96
assertType('int', $c * $d);
0 commit comments