Skip to content

Commit

Permalink
🔧 remove deprecated rule PHP-CS-Fixer/PHP-CS-Fixer#7066
Browse files Browse the repository at this point in the history
  • Loading branch information
willpower232 committed Jul 29, 2023
1 parent 9476751 commit 137df4d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
'semicolon_after_instruction' => true,
'short_scalar_cast' => true,
'simplified_null_return' => true,
'single_blank_line_before_namespace' => true,
'single_class_element_per_statement' => true,
'single_line_comment_style' => true,
'single_quote' => true,
Expand Down

0 comments on commit 137df4d

Please sign in to comment.