Skip to content

Commit

Permalink
PHPCS Fixer update
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonferens committed Mar 18, 2024
1 parent badd680 commit 952ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
],
'not_operator_with_successor_space' => true,
'object_operator_without_whitespace' => true,
'single_blank_line_before_namespace' => true,
'blank_lines_before_namespace' => true,
'no_blank_lines_after_class_opening' => true,
'no_blank_lines_after_phpdoc' => true,
'no_whitespace_before_comma_in_array' => true,
Expand Down

0 comments on commit 952ae68

Please sign in to comment.