Skip to content

Commit

Permalink
[TASK] fix csfixer
Browse files Browse the repository at this point in the history
  • Loading branch information
80Quattro committed Oct 19, 2023
1 parent 7da45c0 commit 328491f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Build/php-cs-fixer/php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
'@PER' => true,
'array_syntax' => ['syntax' => 'short'],
'blank_line_after_opening_tag' => true,
'single_space_around_construct' => true,
'control_structure_braces' => true,
'control_structure_continuation_position' => true,
'declare_parentheses' => true,
Expand All @@ -34,16 +33,14 @@
'statement_indentation' => true,
'no_extra_blank_lines' => true,
'cast_spaces' => ['space' => 'none'],
'compact_nullable_type_declaration' => true,
'concat_space' => ['spacing' => 'one'],
'declare_equal_normalize' => ['space' => 'none'],
'dir_constant' => true,
'type_declaration_spaces' => true,
'new_with_parentheses' => true,
'lowercase_cast' => true,
'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'],
'modernize_types_casting' => true,
'native_function_casing' => true,
'new_with_parentheses' => true,
'no_alias_functions' => true,
'no_blank_lines_after_phpdoc' => true,
'no_empty_phpdoc' => true,
Expand Down

0 comments on commit 328491f

Please sign in to comment.