Skip to content

Commit 227e4ab

Browse files
authored
Fix fixture class name under AddTypeToConstRector (#7754)
1 parent a046e2d commit 227e4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules-tests/Php83/Rector/ClassConst/AddTypeToConstRector/Fixture/skip_when_type_already_set.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Rector\Tests\Php83\Rector\ClassConst\AddTypeToConstRector\Fixture;
44

5-
final class SomeClass
5+
final class SkipWhenTypeAlreadySet
66
{
77
public const string|int string = 'A';
88
}

0 commit comments

Comments
 (0)