@@ -14,8 +14,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
14141515 <active>yes</active>
1616 </lead>
17- <date>2020-01-31 </date>
18- <time>09:20 :00</time>
17+ <date>2020-04-17 </date>
18+ <time>11:07 :00</time>
1919 <version>
2020 <release>3.5.5</release>
2121 <api>3.5.5</api>
@@ -2044,6 +2044,43 @@ http://pear.php.net/dtd/package-2.0.xsd">
20442044 </filelist>
20452045 </phprelease>
20462046 <changelog>
2047+ <release>
2048+ <version>
2049+ <release>3.5.5</release>
2050+ <api>3.5.5</api>
2051+ </version>
2052+ <stability>
2053+ <release>stable</release>
2054+ <api>stable</api>
2055+ </stability>
2056+ <date>2020-04-17</date>
2057+ <license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD License</license>
2058+ <notes>
2059+ - The T_FN backfill now works more reliably so T_FN tokens only ever represent real arrow functions
2060+ -- Thanks to Juliette Reinders Folmer for the patch
2061+ - Fixed an issue where including sniffs using paths containing multiple dots would silently fail
2062+ - Generic.CodeAnalysis.EmptyPHPStatement now detects empty statements at the start of control structures
2063+ - Error wording in PEAR.Functions.FunctionCallSignature now always uses "parenthesis" instead of sometimes using "bracket"
2064+ -- Thanks to Vincent Langlet for the patch
2065+ - Fixed bug #2787 : Squiz.PHP.DisallowMultipleAssignments not ignoring typed property declarations
2066+ -- Thanks to Juliette Reinders Folmer for the patch
2067+ - Fixed bug #2810 : PHPCBF fails to fix file with empty statement at start on control structure
2068+ - Fixed bug #2812 : Squiz.Arrays.ArrayDeclaration not detecting some arrays with multiple arguments on the same line
2069+ -- Thanks to Jakub Chábek for the patch
2070+ - Fixed bug #2826 : Generic.WhiteSpace.ArbitraryParenthesesSpacing doesn't detect issues for statements directly after a control structure
2071+ -- Thanks to Vincent Langlet for the patch
2072+ - Fixed bug #2848 : PSR12.Files.FileHeader false positive for file with mixed PHP and HTML and no file header
2073+ - Fixed bug #2849 : Generic.WhiteSpace.ScopeIndent false positive with arrow function inside array
2074+ - Fixed bug #2850 : Generic.PHP.LowerCaseKeyword complains __HALT_COMPILER is uppercase
2075+ - Fixed bug #2853 : Undefined variable error when using Info report
2076+ -- Thanks to Juliette Reinders Folmer for the patch
2077+ - Fixed bug #2865 : Double arrow tokenized as T_STRING when placed after function named "fn"
2078+ - Fixed bug #2867 : Incorrect scope matching when arrow function used inside IF condition
2079+ - Fixed bug #2868 : phpcs:ignore annotation doesnt work inside a docblock
2080+ - Fixed bug #2878 : PSR12.Files.FileHeader conflicts with Generic.Files.LineEndings
2081+ - Fixed bug #2895 : PSR2.Methods.FunctionCallSignature.MultipleArguments false positive with arrow function argument
2082+ </notes>
2083+ </release>
20472084 <release>
20482085 <version>
20492086 <release>3.5.4</release>
0 commit comments