diff --git a/rector.php b/rector.php index 1500a8cf6..59d4ec7ef 100644 --- a/rector.php +++ b/rector.php @@ -23,5 +23,5 @@ return RectorConfig::configure() __DIR__ . '/src/Entity/*', ], ]) - ->withPhpSets(php81: true) + ->withPhpSets() ->withTypeCoverageLevel(0);