Skip to content

Commit

Permalink
cs: Fix PHP-CS-Fixer configuration (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 3, 2023
1 parent f3dd947 commit bdfd65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'lowercase_cast' => true,
'modernize_types_casting' => true,
'native_function_casing' => true,
'new_with_braces' => true,
'new_with_parentheses' => true,
'no_blank_lines_after_class_opening' => true,
'no_blank_lines_after_phpdoc' => true,
'no_empty_comment' => true,
Expand Down

0 comments on commit bdfd65b

Please sign in to comment.