update libraries

This commit is contained in:
2021-10-09 17:54:17 +09:00
parent 15b5ca4a3f
commit a6aa660444
3 changed files with 203 additions and 118 deletions

View File

@ -10,7 +10,6 @@ return $config->setRules([
'@Symfony' => true,
'@DoctrineAnnotation' => true,
'array_indentation' => true,
'array_syntax' => ['syntax' => 'short'],
])
->setFinder($finder)
;