From 64d184e9071240e944add0fa30ecaba165527cb6 Mon Sep 17 00:00:00 2001 From: Greg Sherwood Date: Tue, 12 Nov 2019 08:53:02 +1100 Subject: [PATCH] Changelog for #2685 --- package.xml | 2 ++ 1 file changed, 2 insertions(+) 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