Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
usarise committed Apr 15, 2024
1 parent 50535c2 commit 0579f18
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 @@ -105,7 +105,6 @@
'return_assignment' => false,
'single_line_comment_style' => ['comment_types' => ['hash']],
'strict_comparison' => true,
'trailing_comma_in_multiline' => ['after_heredoc' => true, 'elements' => ['arrays', 'arguments', 'parameters']],
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
])
;

0 comments on commit 0579f18

Please sign in to comment.