Skip to content

Commit 5783e8a

Browse files
committed
Fix fixture class name under AddTypeToConstRector
1 parent e20f1c9 commit 5783e8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)