Skip to content

Commit

Permalink
chore: skip function files due to Rector bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Mar 16, 2024
1 parent 1a0ccc6 commit 1ecb049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@
__DIR__ . '/system/View/Parser.php',
__DIR__ . '/tests/system/Debug/ExceptionsTest.php',
__DIR__ . '/tests/system/View/Views',
// Skip function files due to Rector bug
__DIR__ . '/system/Common.php',
__DIR__ . '/system/Helpers',
],

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

0 comments on commit 1ecb049

Please sign in to comment.