diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 68e041f..3556d07 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -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);