mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Update friendsofphp/php-cs-fixer (#849)
* Enhancement: Update friendsofphp/php-cs-fixer * Fix: Run 'make coding-standards' * Fix: Do not configure deprecated fixers
This commit is contained in:
@@ -33,12 +33,18 @@ $config
|
||||
],
|
||||
'indentation_type' => true,
|
||||
'line_ending' => true,
|
||||
'new_with_braces' => true,
|
||||
'new_with_parentheses' => true,
|
||||
'no_extra_blank_lines' => true,
|
||||
'no_trailing_whitespace' => true,
|
||||
'ordered_class_elements' => true,
|
||||
'random_api_migration' => true,
|
||||
'single_space_after_construct' => true,
|
||||
'single_space_around_construct' => [
|
||||
'constructs_contain_a_single_space' => [
|
||||
'yield_from',
|
||||
],
|
||||
'constructs_preceded_by_a_single_space' => [],
|
||||
'constructs_followed_by_a_single_space' => [],
|
||||
],
|
||||
'strict_param' => true,
|
||||
'switch_case_space' => true,
|
||||
'trim_array_spaces' => true,
|
||||
|
||||
Reference in New Issue
Block a user