Skip to content

Commit

Permalink
Merge pull request #874 from ovos/feature/php-cs-fixer-deprecations
Browse files Browse the repository at this point in the history
feat: php-cs-fixer - removing deprecations
  • Loading branch information
mnapoli committed Jan 10, 2024
2 parents 049963c + 27cd8b2 commit 28d15cb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@
'@Symfony' => true,
'@Symfony:risky' => true,
'array_syntax' => ['syntax' => 'short'],
'braces' => [
'allow_single_line_closure' => true,
],
'single_space_around_construct' => true,
'control_structure_braces' => true,
'control_structure_continuation_position' => true,
'declare_parentheses' => true,
'no_multiple_statements_per_line' => true,
'braces_position' => true,
'statement_indentation' => true,
'no_extra_blank_lines' => true,
'concat_space' => [
'spacing' => 'one',
],
Expand Down

0 comments on commit 28d15cb

Please sign in to comment.