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,