Skip to content

Commit

Permalink
[TASK] Replace deprecated cs rule
Browse files Browse the repository at this point in the history
  • Loading branch information
buepro committed Jul 27, 2023
1 parent a81a4c5 commit 8422b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -55,7 +55,7 @@
'no_blank_lines_after_phpdoc' => true,
'array_syntax' => ['syntax' => 'short'],
'whitespace_after_comma_in_array' => true,
'function_typehint_space' => true,
'type_declaration_spaces' => true,
'single_line_comment_style' => true,
'no_alias_functions' => true,
'lowercase_cast' => true,
Expand Down

0 comments on commit 8422b57

Please sign in to comment.