We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a62dd4 commit 6176d0dCopy full SHA for 6176d0d
package.xml
@@ -26,6 +26,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
26
</stability>
27
<license uri="https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt">BSD 3-Clause License</license>
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 bug #2848 : PSR12.Files.FileHeader false positive for file with mixed PHP and HTML and no file header
32
- Fixed bug #2849 : Generic.WhiteSpace.ScopeIndent false positive with arrow function inside array
33
- Fixed bug #2853 : Undefined variable error when using Info report
0 commit comments