From d009c085e1ab5117a6fc6e9d97c1053e90ca780a Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 16 Sep 2024 18:06:16 +0200 Subject: [PATCH] - --- rector.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 rector.php diff --git a/rector.php b/rector.php new file mode 100644 index 0000000..6b91ce0 --- /dev/null +++ b/rector.php @@ -0,0 +1,16 @@ +withPaths([ + __DIR__ . '/config', + __DIR__ . '/migrations', + __DIR__ . '/public', + __DIR__ . '/src', + __DIR__ . '/tests', + ]) + ->withPhpSets(php82: true) + ->withTypeCoverageLevel(0);