File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 188188 <rule ref =" Squiz.ControlStructures.ControlSignature" />
189189
190190 <rule ref =" Squiz.ControlStructures.ForEachLoopDeclaration" />
191+ <rule ref =" Squiz.ControlStructures.ForLoopDeclaration" />
191192 <rule ref =" Squiz.ControlStructures.LowercaseDeclaration" />
192193 <rule ref =" Generic.ControlStructures.InlineControlStructure" />
193194
Original file line number Diff line number Diff line change 11# PSR2R Code Sniffer
22
3- The PSR2R standard contains 206 sniffs
3+ The PSR2R standard contains 207 sniffs
44
55Generic (24 sniffs)
66-------------------
@@ -211,13 +211,14 @@ SlevomatCodingStandard (45 sniffs)
211211- SlevomatCodingStandard.Variables.DuplicateAssignmentToVariable
212212- SlevomatCodingStandard.Whitespaces.DuplicateSpaces
213213
214- Squiz (21 sniffs)
214+ Squiz (22 sniffs)
215215-----------------
216216- Squiz.Arrays.ArrayBracketSpacing
217217- Squiz.Classes.LowercaseClassKeywords
218218- Squiz.Classes.ValidClassName
219219- Squiz.ControlStructures.ControlSignature
220220- Squiz.ControlStructures.ForEachLoopDeclaration
221+ - Squiz.ControlStructures.ForLoopDeclaration
221222- Squiz.ControlStructures.LowercaseDeclaration
222223- Squiz.Functions.FunctionDeclaration
223224- Squiz.Functions.FunctionDeclarationArgumentSpacing
You can’t perform that action at this time.
0 commit comments