Skip to content

Commit 2eb4520

Browse files
committed
Update gnsr.php
1 parent 554b717 commit 2eb4520

File tree

1 file changed

+1
-1
lines changed
  • tests/PHPStan/Analyser/Generator/data

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/Generator/data/gnsr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function doBitwiseAnd($a, $b, int $c, int $d): void
9090
public function doMul($a, $b, int $c, int $d): void
9191
{
9292
assertType('int', $a * $b);
93-
assertNativeType('(float|int)', $a * $b);
93+
assertNativeType('int', $a * $b);
9494
assertType('1', 1 * 1);
9595
assertNativeType('1', 1 * 1);
9696
assertType('int', $c * $d);

0 commit comments

Comments
 (0)