Skip to content

Commit

Permalink
Update php-cs-fixer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Dec 19, 2022
1 parent 1f3bcff commit f2cdc4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@
([
'align_multiline_comment' => true,
'array_syntax' => ['syntax' => 'short'],
'assign_null_coalescing_to_coalesce_equal' => true,
'blank_line_after_namespace' => true,
'blank_line_after_opening_tag' => true,
'cast_spaces' => true,
'combine_nested_dirname' => true,
'concat_space' => ['spacing' => 'one'],
'constant_case' => true,
'dir_constant' => true,
'elseif' => true,
'encoding' => true,
'full_opening_tag' => true,
'function_declaration' => true,
'function_to_constant' => true,
'function_typehint_space' => true,
'get_class_to_class_keyword' => true,
'heredoc_to_nowdoc' => true,
'linebreak_after_opening_tag' => true,
'list_syntax' => ['syntax' => 'short'],
Expand Down

0 comments on commit f2cdc4f

Please sign in to comment.