From 7588dd077c34b674a7a0e977943e950453989d3e Mon Sep 17 00:00:00 2001 From: Andrea Pollastri Date: Mon, 13 Nov 2023 17:14:45 +0100 Subject: [PATCH] Revert "Fix styling changes" This reverts commit 7ca7cf4033c60ff06a9cd64d4e24a23c6e94a1b4. --- .php-cs-fixer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);