From 42a63be61acd86d67e7657f0d3b97761e59ec642 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sat, 5 Apr 2025 14:15:38 +0200 Subject: [PATCH] Modernize to app min PHP version --- rector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);