diff --git a/package.xml b/package.xml index 7894fa1bb6..38bcad273b 100644 --- a/package.xml +++ b/package.xml @@ -30,6 +30,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> -- Thanks to Juliette Reinders Folmer for the patch - Generic.CodeAnalysis.EmptyPHPStatement now detects empty statements at the start of control structures - Fixed bug #2810 : PHPCBF fails to fix file with empty statement at start on control structure + - Fixed bug #2826 : Generic.WhiteSpace.ArbitraryParenthesesSpacing doesn't detect issues for statements directly after a control structure + -- Thanks to Vincent Langlet for the patch - Fixed bug #2848 : PSR12.Files.FileHeader false positive for file with mixed PHP and HTML and no file header - Fixed bug #2849 : Generic.WhiteSpace.ScopeIndent false positive with arrow function inside array - Fixed bug #2850 : Generic.PHP.LowerCaseKeyword complains __HALT_COMPILER is uppercase