From ab9624c5de5d7eafee421d5c66a78cbdc3397056 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 23 Oct 2018 14:13:38 +1100 Subject: [PATCH] Changelog for #2148 --- package.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.xml b/package.xml index 5cb4744c88..c1709eebc0 100644 --- a/package.xml +++ b/package.xml @@ -26,6 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> BSD 3-Clause License + - The File::getMethodParamaters() method now includes a has_body array index in the return value + -- TRUE if the method has no body (as with abstract and interface methods) or FALSe otherwise + -- Thanks to Chris Wilkinson for the patch - Added new Generic.VersionControl.GitMergeConflict sniff -- Detects merge conflict artifacts left in files -- Thanks to Juliette Reinders Folmer for the contribution @@ -56,6 +59,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Chris Wilkinson for the patch - Generic.PHP.CharacterBeforePHPOpeningTag now ignores a BOM at the start of the file -- Thanks to Chris Wilkinson for the patch + - PEAR.Functions.FunctionDeclaration now checks spacing before the opening parenthesis of functions with no body + -- Thanks to Chris Wilkinson for the patch + - PEAR.Functions.FunctionDeclaration now enforces no space before the semicolon in functions with no body + -- Thanks to Chris Wilkinson for the patch - PSR2.Methods.MethodDeclaration now checks method declarations inside traits -- Thanks to Chris Wilkinson for the patch - Squiz.Classes.ClassFileName now checks that a trait name matches the filename