Skip to content

Commit c6f0e16

Browse files
committed
fix name collision
1 parent be51451 commit c6f0e16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/PHPStan/Analyser/nsrt/bug-12902.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ public function doFoo(): void
2121
}
2222
}
2323

24-
function getInt(): int
25-
{
26-
return 1;
27-
}
28-
29-
3024
class NarrowsNativeReadonlyUnion {
3125
private readonly int|float $i;
3226

0 commit comments

Comments
 (0)