diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a84c4e8b..c284acc9 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -25,4 +25,4 @@ jobs: run: composer install --no-interaction --no-progress --no-suggest --prefer-dist - name: PHP CS Fixer - run: vendor/bin/php-cs-fixer fix --dry-run --diff \ No newline at end of file + run: vendor/bin/php-cs-fixer fix --dry-run --diff diff --git a/.gitignore b/.gitignore index ca7e878d..f133ea75 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,4 @@ storage/* !storage/.gitkeep .idea -.php-cs-fixer.cache \ No newline at end of file +.php-cs-fixer.cache diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index fdb0b308..9c73a61b 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -11,4 +11,4 @@ return (new PhpCsFixer\Config()) ]) ->setFinder($finder) ->setParallelConfig(PhpCsFixer\Runner\Parallel\ParallelConfigFactory::detect()) -; \ No newline at end of file +;