Skip to content

Commit 5380777

Browse files
committed
fix name collision
1 parent 00b6b59 commit 5380777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Comparison/data/uppercase-string.php

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

3-
namespace LowercaseString;
3+
namespace UppercaseString;
44

55
class Foo
66
{

0 commit comments

Comments
 (0)