We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3efe8 commit 195176eCopy full SHA for 195176e
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
+ - Newer versions of Composer will now suggest installing PHPCS using require-dev instead of require
30
+ -- Thanks to Gary Jones (@GaryJones) for the patch
31
- Generic.PHP.LowerCaseType sniff now correctly examines types inside arrow functions
32
-- Thanks to Juliette Reinders Folmer (@jrfnl) for the patch
33
- Fixed bug #3616 : Squiz.PHP.DisallowComparisonAssignment false positive for PHP 8 match expression
0 commit comments