diff --git a/rector.php b/rector.php deleted file mode 100644 index 0ad8ee5..0000000 --- a/rector.php +++ /dev/null @@ -1,17 +0,0 @@ -withPaths([ - __DIR__ . '/config', - __DIR__ . '/migrations', - __DIR__ . '/public', - __DIR__ . '/src', - __DIR__ . '/tests', - ]) - ->withPhpSets(php82: true) - ->withAttributesSets(symfony: true, doctrine: true) - ->withTypeCoverageLevel(0);