Skip to content

Commit 981bbda

Browse files
committed
feat: add StaticToSelfStaticPropertyFetchOnFinalClassRector
1 parent bd6fe4f commit 981bbda

File tree

39 files changed

+541
-547
lines changed

39 files changed

+541
-547
lines changed

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/ConvertStaticPrivateConstantToSelfRectorTest.php

Lines changed: 0 additions & 28 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Fixture/change-in-non-final.php.inc

Lines changed: 0 additions & 27 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Fixture/final_class_with_inherited_constant.php.inc

Lines changed: 0 additions & 33 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Fixture/on_final_class.php.inc

Lines changed: 0 additions & 37 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Fixture/private-constant-with-static.php.inc

Lines changed: 0 additions & 31 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Fixture/replace-in-private-methods.php.inc

Lines changed: 0 additions & 27 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Fixture/skip-already-self.php.inc

Lines changed: 0 additions & 13 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Fixture/skip-constant-from-other-class.php.inc

Lines changed: 0 additions & 11 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Fixture/skip-other-visibility.php.inc

Lines changed: 0 additions & 16 deletions
This file was deleted.

rules-tests/CodeQuality/Rector/ClassConstFetch/ConvertStaticPrivateConstantToSelfRector/Source/ParentClass.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)