Skip to content

Commit 1ecb049

Browse files
committed
chore: skip function files due to Rector bug
1 parent 1a0ccc6 commit 1ecb049

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rector.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@
145145
__DIR__ . '/system/View/Parser.php',
146146
__DIR__ . '/tests/system/Debug/ExceptionsTest.php',
147147
__DIR__ . '/tests/system/View/Views',
148+
// Skip function files due to Rector bug
149+
__DIR__ . '/system/Common.php',
150+
__DIR__ . '/system/Helpers',
148151
],
149152

150153
// use mt_rand instead of random_int on purpose on non-cryptographically random

0 commit comments

Comments
 (0)