From e837bc8125860b2c5c3b3ddd1656a46d781557ce Mon Sep 17 00:00:00 2001 From: connor Date: Wed, 27 Mar 2024 08:05:11 +0100 Subject: [PATCH] cs fix --- .php-cs-fixer.dist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 12daa81d0..54303d275 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -38,9 +38,9 @@ '@PhpCsFixer' => true, '@Symfony' => true, 'array_syntax' => ['syntax' => 'short'], -// 'header_comment' => [ -// 'header' => $headerComment, -// ], + // 'header_comment' => [ + // 'header' => $headerComment, + // ], ]) ->setCacheFile('.cache/php-cs-fixer.cache') ->setFinder($finder)