diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 59646bbb0..8d68a2263 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -12,4 +12,4 @@ ->exclude('vendor') ->exclude('upgrade'); -return $config; \ No newline at end of file +return $config; diff --git a/Makefile b/Makefile index 194247360..de3a68b13 100755 --- a/Makefile +++ b/Makefile @@ -91,7 +91,3 @@ prepare-zip: composer install --no-dev --optimize-autoloader --classmap-authoritative composer dump-autoload --no-dev --optimize --classmap-authoritative rm -rf .git .docker .editorconfig .github tests .php-cs-fixer.php Makefile cypress .docker cypress.config.js cypress.env.json docker-compose*.yml .gitignore bin codeception.yml package-lock.json package.json .php_cs.dist .php-cs-fixer.dist .php-cs-fixer.dist.php - - - -