From 088387d11b048f8ac8e93db4fb97af3e2a647c7b Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 2 Sep 2024 09:41:27 +0200 Subject: [PATCH] Fix: Rector config Fixes #78 --- rector.php | 1 - 1 file changed, 1 deletion(-) diff --git a/rector.php b/rector.php index 3576cc4..8698201 100644 --- a/rector.php +++ b/rector.php @@ -24,5 +24,4 @@ ->withSets([ PHPUnitSetList::PHPUNIT_110, ]) - ->withImportNames(importNames: true) ->withTypeCoverageLevel(0);