From f4808132439190b77286d9054fafa2a5c888b120 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 17 Sep 2024 08:32:45 +0200 Subject: [PATCH] - --- rector.php | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 rector.php 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);