Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into add-MagicActiveRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed May 22, 2024
2 parents 781a7ee + 5517acd commit ccbf0eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
return static function (RectorConfig $rectorConfig): void {
$rectorConfig->paths([
__DIR__ . '/src',
__DIR__ . '/tests',
/** Disable rector on tests */
// __DIR__ . '/tests',
]);

// register a single rule
Expand Down

0 comments on commit ccbf0eb

Please sign in to comment.