Skip to content

Commit 4fd157b

Browse files
authored
Merge pull request #6953 from samsonasik/rector-namespaced-string
[Rector] Enable skipped StringClassNameToClassConstantRector on namespaced string
2 parents 2b358b9 + 9e8ce85 commit 4fd157b

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

rector.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,6 @@
9898
__DIR__ . '/system/Session/Handlers',
9999
],
100100

101-
StringClassNameToClassConstantRector::class => [
102-
// may cause load view files directly when detecting namespaced string
103-
// due to internal PHPStan issue
104-
__DIR__ . '/app/Config/Pager.php',
105-
__DIR__ . '/app/Config/Validation.php',
106-
__DIR__ . '/tests/system/Validation/StrictRules/ValidationTest.php',
107-
__DIR__ . '/tests/system/Validation/ValidationTest.php',
108-
],
109-
110101
// sometime too detail
111102
CountOnNullRector::class,
112103

0 commit comments

Comments
 (0)