diff --git a/package.xml b/package.xml index 4cdf5ece55..e7dc5b6c37 100644 --- a/package.xml +++ b/package.xml @@ -44,6 +44,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> - Fixed bug #2674 : Squiz.Functions.FunctionDeclarationArgumentSpacing prints wrong argument name in error message - Fixed bug #2676 : PSR12.Files.FileHeader locks up when file ends with multiple inline comments - Fixed bug #2678 : PSR12.Classes.AnonClassDeclaration incorrectly enforcing that closing brace be on a line by itself + - Fixed bug #2685 : File::getMethodParameters() setting typeHintEndToken for vars with no type hint + -- Thanks to Juliette Reinders Folmer for the patch