We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0ccc6 commit 1ecb049Copy full SHA for 1ecb049
rector.php
@@ -145,6 +145,9 @@
145
__DIR__ . '/system/View/Parser.php',
146
__DIR__ . '/tests/system/Debug/ExceptionsTest.php',
147
__DIR__ . '/tests/system/View/Views',
148
+ // Skip function files due to Rector bug
149
+ __DIR__ . '/system/Common.php',
150
+ __DIR__ . '/system/Helpers',
151
],
152
153
// use mt_rand instead of random_int on purpose on non-cryptographically random
0 commit comments