Text files should end with a valid new line character. 2
- Read doc
- Productivity
- Info
More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l
- return (new PhpCsFixer\Config())
- ->setRules([
- '@Symfony' => true,
- '@PHP83Migration' => true,
- ])
- ->setFinder($finder);
- -passin pass:${{ secrets.JWT_PASSPHRASE }}
- fi
- php bin/console cache:clear --env=prod
- php bin/console cache:warmup --env=prod
- php bin/console doctrine:migrations:migrate --no-interaction --env=prod