@@ -17,38 +17,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
17
17
<date>2020-04-17</date>
18
18
<time>11:07:00</time>
19
19
<version>
20
- <release>3.5.5 </release>
21
- <api>3.5.5 </api>
20
+ <release>3.5.6 </release>
21
+ <api>3.5.6 </api>
22
22
</version>
23
23
<stability>
24
24
<release>stable</release>
25
25
<api>stable</api>
26
26
</stability>
27
27
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
28
28
<notes>
29
- - The T_FN backfill now works more reliably so T_FN tokens only ever represent real arrow functions
30
- -- Thanks to Juliette Reinders Folmer for the patch
31
- - Fixed an issue where including sniffs using paths containing multiple dots would silently fail
32
- - Generic.CodeAnalysis.EmptyPHPStatement now detects empty statements at the start of control structures
33
- - Error wording in PEAR.Functions.FunctionCallSignature now always uses "parenthesis" instead of sometimes using "bracket"
34
- -- Thanks to Vincent Langlet for the patch
35
- - Fixed bug #2787 : Squiz.PHP.DisallowMultipleAssignments not ignoring typed property declarations
36
- -- Thanks to Juliette Reinders Folmer for the patch
37
- - Fixed bug #2810 : PHPCBF fails to fix file with empty statement at start on control structure
38
- - Fixed bug #2812 : Squiz.Arrays.ArrayDeclaration not detecting some arrays with multiple arguments on the same line
39
- -- Thanks to Jakub Chábek for the patch
40
- - Fixed bug #2826 : Generic.WhiteSpace.ArbitraryParenthesesSpacing doesn't detect issues for statements directly after a control structure
41
- -- Thanks to Vincent Langlet for the patch
42
- - Fixed bug #2848 : PSR12.Files.FileHeader false positive for file with mixed PHP and HTML and no file header
43
- - Fixed bug #2849 : Generic.WhiteSpace.ScopeIndent false positive with arrow function inside array
44
- - Fixed bug #2850 : Generic.PHP.LowerCaseKeyword complains __HALT_COMPILER is uppercase
45
- - Fixed bug #2853 : Undefined variable error when using Info report
46
- -- Thanks to Juliette Reinders Folmer for the patch
47
- - Fixed bug #2865 : Double arrow tokenized as T_STRING when placed after function named "fn"
48
- - Fixed bug #2867 : Incorrect scope matching when arrow function used inside IF condition
49
- - Fixed bug #2868 : phpcs:ignore annotation doesnt work inside a docblock
50
- - Fixed bug #2878 : PSR12.Files.FileHeader conflicts with Generic.Files.LineEndings
51
- - Fixed bug #2895 : PSR2.Methods.FunctionCallSignature.MultipleArguments false positive with arrow function argument
29
+ - Fixed bug #2943 : Redundant semicolon added to a file when fixing PSR2.Files.ClosingTag.NotAllowed
52
30
</notes>
53
31
<contents>
54
32
<dir name="/">
@@ -1240,6 +1218,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
1240
1218
<file baseinstalldir="PHP/CodeSniffer" name="ClosingTagUnitTest.5.inc.fixed" role="test" />
1241
1219
<file baseinstalldir="PHP/CodeSniffer" name="ClosingTagUnitTest.6.inc" role="test" />
1242
1220
<file baseinstalldir="PHP/CodeSniffer" name="ClosingTagUnitTest.6.inc.fixed" role="test" />
1221
+ <file baseinstalldir="PHP/CodeSniffer" name="ClosingTagUnitTest.7.inc" role="test" />
1222
+ <file baseinstalldir="PHP/CodeSniffer" name="ClosingTagUnitTest.7.inc.fixed" role="test" />
1243
1223
<file baseinstalldir="PHP/CodeSniffer" name="ClosingTagUnitTest.php" role="test" />
1244
1224
<file baseinstalldir="PHP/CodeSniffer" name="EndFileNewlineUnitTest.1.inc" role="test" />
1245
1225
<file baseinstalldir="PHP/CodeSniffer" name="EndFileNewlineUnitTest.1.inc.fixed" role="test" />
0 commit comments