mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-12-05 03:26:13 +01:00
Remove deprecated CGL sets
Actually they were meant as code migration, which should happen via rector.
This commit is contained in:
parent
ce787c90b6
commit
a3261ab17e
1 changed files with 0 additions and 2 deletions
2
ecs.php
2
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,
|
||||
]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue