0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00
PHPMailer/.github/PULL_REQUEST_TEMPLATE.md
2017-10-10 09:10:40 +02:00

7 lines
418 B
Markdown

Before submitting your pull request, check whether your code adheres to PHPMailer
coding standards by running the following command:
`./vendor/bin/php-cs-fixer --diff --dry-run --verbose fix `
And committing eventual changes. It's important that this command uses the specific version of php-cs-fixer configured for PHPMailer, so run `composer install` within the PHPMailer folder to use the exact version it needs.