From 7ca7cf4033c60ff06a9cd64d4e24a23c6e94a1b4 Mon Sep 17 00:00:00 2001 From: apaxio Date: Mon, 13 Nov 2023 16:08:50 +0000 Subject: [PATCH] Fix styling changes --- .php-cs-fixer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 3556d07..68e041f 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -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) +;