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 6bcecb0 commit e5e129eCopy full SHA for e5e129e
package.xml
@@ -71,6 +71,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
71
- Fixed bug #3167 : Generic.WhiteSpace.ScopeIndent false positive when using PHP 8.0 constructor property promotion
72
- Fixed bug #3170 : Squiz.WhiteSpace.OperatorSpacing false positive when using negation with string concat
73
-- This also fixes the same issue in the PSR12.Operators.OperatorSpacing sniff
74
+ - Fixed bug #3177 : Incorrect tokenization of GOTO statements in mixed PHP/HTML files
75
+ -- Thanks to Juliette Reinders Folmer for the patch
76
- Fixed bug #3184 : PSR2.Namespace.NamespaceDeclaration false positive on namespace operator
77
-- Thanks to Juliette Reinders Folmer for the patch
78
</notes>
0 commit comments