Skip to content

Commit

Permalink
Migrate deprecated cs-fixer rules
Browse files Browse the repository at this point in the history
  • Loading branch information
babenkoivan committed May 20, 2024
1 parent 11a6a1d commit cde3e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
->setRules([
'@PSR2' => true,
'array_syntax' => ['syntax' => 'short'],
'compact_nullable_typehint' => true,
'compact_nullable_type_declaration' => true,
'concat_space' => ['spacing' => 'one'],
'declare_strict_types' => true,
'dir_constant' => true,
'self_static_accessor' => false,
'fully_qualified_strict_types' => true,
'function_to_constant' => true,
'function_typehint_space' => true,
'type_declaration_spaces' => true,
'header_comment' => false,
'list_syntax' => ['syntax' => 'short'],
'lowercase_cast' => true,
Expand Down

0 comments on commit cde3e60

Please sign in to comment.