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 4c06ebe commit 15d4014Copy full SHA for 15d4014
package.xml
@@ -75,6 +75,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
75
-- Thanks to Mponos George for the contribution
76
- Added Generic.PHP.RequireStrictTypes sniff
77
-- Enforce the use of a strict types declaration in PHP files
78
+ - Added Generic.WhiteSpace.SpreadOperatorSpacingAfter sniff
79
+ -- Checks whitespace between the spread operator and the variable/function call it applies to
80
+ -- Thanks to Juliette Reinders Folmer for the contribution
81
- Added PSR12.Classes.AnonClassDeclaration sniff
82
-- Enforces the formatting of anonymous classes
83
- Added PSR12.Classes.ClosingBrace sniff
0 commit comments