Framework fixes

This commit is contained in:
2021-12-09 12:34:10 +01:00
parent 37739ca715
commit d3cd95aed2
4 changed files with 10 additions and 2 deletions

View File

@ -23,5 +23,7 @@ return $config
'ternary_to_null_coalescing' => true,
'array_syntax' => ['syntax' => 'short'],
'php_unit_test_class_requires_covers' => false,
'single_line_comment_style' => false,
'phpdoc_to_comment' => false,
])
->setFinder($finder);