Switch from PHP CS fixer to phpcs and apply PSR12 reformatting

This commit is contained in:
Marcus Bointon 2020-10-13 15:12:00 +02:00
parent 22e81749ae
commit e5353e3c83
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# PHPMailer Change Log
## WIP
* Switch from PHP CS Fixer to PHP CodeSniffer for coding standards
## Version 6.1.8 (October 9th, 2020)
* Mark `ext-hash` as required in composer.json. This has long been required, but now it will cause an error at install time rather than runtime, making it easier to diagnose
* Make file upload examples safer