From a3261ab17ec27fa0f1e6083073fdfc12247f0940 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 16 Feb 2021 11:43:53 +0100 Subject: [PATCH] Remove deprecated CGL sets Actually they were meant as code migration, which should happen via rector. --- ecs.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/ecs.php b/ecs.php index 9098ea2..7970c87 100644 --- a/ecs.php +++ b/ecs.php @@ -27,8 +27,6 @@ return static function (ContainerConfigurator $containerConfigurator): void { $parameters->set(Option::SETS, [ SetList::PSR_12, - SetList::PHP_70, - SetList::PHP_73_MIGRATION, SetList::PHPUNIT, ]);