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 ed83c67 commit 33a4891Copy full SHA for 33a4891
1 file changed
package.xml
@@ -36,6 +36,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
36
- Added support for changes to the way PHP 8.0 tokenizes hash comments
37
-- The existing PHP 5-7 behaviour has been replicated for version 8, so no sniff changes are required
38
-- Thanks to Juliette Reinders Folmer for the patch
39
+ - The autoloader has been changed to fix sniff class name detection issues that may occur when running on PHP 7.4+
40
+ -- Thanks to Eloy Lafuente for the patch
41
- Running the unit tests now includes warnings in the found and fixable error code counts
42
43
- PSR12.ControlStructures.BooleanOperatorPlacement.FoundMixed error message is now more accurate when using the allowOnly setting
0 commit comments