We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b358b9 + 9e8ce85 commit 4fd157bCopy full SHA for 4fd157b
1 file changed
rector.php
@@ -98,15 +98,6 @@
98
__DIR__ . '/system/Session/Handlers',
99
],
100
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
-
110
// sometime too detail
111
CountOnNullRector::class,
112
0 commit comments