Testing cs
This commit is contained in:
parent
8e979b4c9e
commit
49f9ac0e77
|
@ -66,6 +66,7 @@ return $config
|
||||||
'single_import_per_statement' => true,
|
'single_import_per_statement' => true,
|
||||||
'single_line_after_imports' => true,
|
'single_line_after_imports' => true,
|
||||||
'switch_case_space' => true,
|
'switch_case_space' => true,
|
||||||
|
'ternary_operator_spaces' => false,
|
||||||
'visibility_required' => [
|
'visibility_required' => [
|
||||||
'elements' => ['property', 'method']
|
'elements' => ['property', 'method']
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user