Skip to content

Commit

Permalink
Changelog for #2148
Browse files Browse the repository at this point in the history
  • Loading branch information
gsherwood committed Oct 23, 2018
1 parent ea4f993 commit ab9624c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
<notes>
- 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ab9624c

Please sign in to comment.