Skip to content

Commit

Permalink
Update .php-cs-fixer.dist.php
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 8, 2024
1 parent 8e807d3 commit 1456ae7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@
'strict_param' => true,
'phpdoc_indent' => true,
'phpdoc_no_package' => true,
'phpdoc_scalar' => true,
'trailing_comma_in_multiline' => [ 'elements' => [ 'arrays' ] ],
'no_trailing_whitespace' => false,
'no_trailing_whitespace_in_comment' => false,
'braces' => false,
'single_blank_line_at_eof' => false,
'blank_line_after_namespace' => false,
'no_leading_import_slash' => false,
])
->setFinder($finder)
;

0 comments on commit 1456ae7

Please sign in to comment.