Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Sep 16, 2024
1 parent 83a0d03 commit d009c08
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions rector.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;

return RectorConfig::configure()
->withPaths([
__DIR__ . '/config',
__DIR__ . '/migrations',
__DIR__ . '/public',
__DIR__ . '/src',
__DIR__ . '/tests',
])
->withPhpSets(php82: true)
->withTypeCoverageLevel(0);

0 comments on commit d009c08

Please sign in to comment.