Testing cs

This commit is contained in:
Michael 2021-09-26 03:54:54 +00:00
parent 8e979b4c9e
commit 49f9ac0e77
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ return $config
'single_import_per_statement' => true,
'single_line_after_imports' => true,
'switch_case_space' => true,
'ternary_operator_spaces' => false,
'visibility_required' => [
'elements' => ['property', 'method']
],