From 33af624c167617ac1d27c6941b5435c51723fad8 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Wed, 9 Oct 2019 15:57:52 +1100 Subject: [PATCH] Improved the changelog --- package.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index cab1e3fa6f..c9832c6a17 100644 --- a/package.xml +++ b/package.xml @@ -26,8 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License - - Verbose diff report output has slightly changed to improve readability - -- Fully qualified class names are now replaced with sniff codes + - Very very verbose diff report output has slightly changed to improve readability + -- Output is printed when running PHPCS with the --report=diff and -vvv command line arguments + -- Fully qualified class names have been replaced with sniff codes -- Tokens being changed now display the line number they are on - PSR12.Files.FileHeader no longer ignores comments preceding a use, namespace, or declare statement - PSR12.Files.FileHeader now allows a hashbang line at the top of the file