Skip to content

Commit 9e8ce85

Browse files
committed
[Rector] Enable skipped StringClassNameToClassConstantRector on namespaced string
1 parent 2b358b9 commit 9e8ce85

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)