Switch from PHP CS fixer to phpcs and apply PSR12 reformatting
This commit is contained in:
parent
22e81749ae
commit
e5353e3c83
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue