Skip to content

Commit 5e382bb

Browse files
committed
rename fixture
1 parent 9b6e23c commit 5e382bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rules-tests/Php81/Rector/Property/ReadOnlyPropertyRector/Fixture/with_attribute_on_property_promotion.php.inc renamed to rules-tests/Php81/Rector/Property/ReadOnlyPropertyRector/Fixture/with_attribute_on_property_promotion_new_line.php.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Rector\Tests\Php81\Rector\Property\ReadOnlyPropertyRector\Fixture;
44

5-
final class WithAttributeOnPropertyPromotion
5+
final class WithAttributeOnPropertyPromotionNewLine
66
{
77
private function __construct(
88
#[MyAttr]
@@ -16,7 +16,7 @@ final class WithAttributeOnPropertyPromotion
1616

1717
namespace Rector\Tests\Php81\Rector\Property\ReadOnlyPropertyRector\Fixture;
1818

19-
final class WithAttributeOnPropertyPromotion
19+
final class WithAttributeOnPropertyPromotionNewLine
2020
{
2121
private function __construct(
2222
#[MyAttr]

0 commit comments

Comments
 (0)