Remove deprecated CGL sets

Actually they were meant as code migration, which should happen via
rector.
This commit is contained in:
Daniel Siepmann 2021-02-16 11:43:53 +01:00
parent ce787c90b6
commit a3261ab17e

View file

@ -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,
]);