Updated easy coding-standard.

This commit is contained in:
Jan Böhmer 2020-08-21 21:21:27 +02:00
parent 58f3f6e2dd
commit 8ab021c775
4 changed files with 82 additions and 242 deletions

View file

@ -23,7 +23,6 @@ return [
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
R\U2FTwoFactorBundle\RU2FTwoFactorBundle::class => ['all' => true],
Translation\Bundle\TranslationBundle::class => ['all' => true],
Symplify\ParameterNameGuard\ParameterNameGuardBundle::class => ['dev' => true, 'test' => true],
Florianv\SwapBundle\FlorianvSwapBundle::class => ['all' => true],
Nelmio\SecurityBundle\NelmioSecurityBundle::class => ['all' => true],
];