From 85f00ef92f79a9131ae837ebfea3268778431bbe Mon Sep 17 00:00:00 2001 From: Gaetan Date: Sun, 30 May 2021 14:13:55 +0200 Subject: [PATCH] chore(ci): update php-cs-fixer config --- .php-cs-fixer.dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 7e419e9..f951a5d 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -7,8 +7,7 @@ ->notPath('storage/*') ->notPath('node_modules/*') ->in([ - __DIR__ . '/config', - __DIR__ . '/src', + __DIR__.'/src', ]) ->name('*.php') ->notName('*.blade.php') @@ -16,6 +15,7 @@ ->ignoreVCS(true); $config = new PhpCsFixer\Config(); + return $config ->setRules([ '@PSR2' => true,