pull/10760/head
Michael 2021-09-26 03:54:54 +00:00
rodzic 8e979b4c9e
commit 49f9ac0e77
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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']
],