Skip to content

Commit

Permalink
Revert "Fix styling changes"
Browse files Browse the repository at this point in the history
This reverts commit 7ca7cf4.
  • Loading branch information
Andrea Pollastri committed Nov 13, 2023
1 parent 7ca7cf4 commit 7588dd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@
'modernize_strpos' => true, // needs PHP 8+ or polyfill
'no_useless_concat_operator' => false, // TODO switch back on when the `src/Console/Application.php` no longer needs the concat
])
->setFinder($finder)
;
->setFinder($finder);

0 comments on commit 7588dd0

Please sign in to comment.