Skip to content

Commit ab22b1d

Browse files
committed
fix name collision
1 parent 2fe66c5 commit ab22b1d

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)