From e5353e3c83d7562c56ccbe31751b84521531fe74 Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Tue, 13 Oct 2020 15:12:00 +0200 Subject: [PATCH] Switch from PHP CS fixer to phpcs and apply PSR12 reformatting --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 76d074c6..7e688348 100644 --- a/changelog.md +++ b/changelog.md @@ -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