Skip to content

Commit 4adedba

Browse files
committed
fixed namespace collision
1 parent 4620350 commit 4adedba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Analyser/nsrt/bug-11311-php72.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php // lint < 7.4
22

3-
namespace Bug11311;
3+
namespace Bug11311Php72;
44

55
use function PHPStan\Testing\assertType;
66

0 commit comments

Comments
 (0)