Skip to content

Commit

Permalink
Fix styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
apaxio authored and github-actions[bot] committed Nov 13, 2023
1 parent 667ebb0 commit 7ca7cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@
'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 7ca7cf4

Please sign in to comment.