File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 114114 <rule ref =" SlevomatCodingStandard.ControlStructures.DisallowYodaComparison" />
115115 <rule ref =" SlevomatCodingStandard.ControlStructures.JumpStatementsSpacing" />
116116
117+ <rule ref =" PhpCollective.Classes.Psr4" />
117118 <rule ref =" PhpCollective.Classes.MethodDeclaration" />
118119 <rule ref =" PhpCollective.Classes.MethodArgumentDefaultValue" />
119120 <rule ref =" PhpCollective.Classes.MethodTypeHint" />
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " >=8.1" ,
16- "php-collective/code-sniffer" : " ^0.2" ,
16+ "php-collective/code-sniffer" : " ^0.2.6 " ,
1717 "slevomat/coding-standard" : " ^8.3.0" ,
1818 "squizlabs/php_codesniffer" : " ^3.7.0"
1919 },
Original file line number Diff line number Diff line change 11# PSR2R Code Sniffer
22
3- The PSR2R standard contains 190 sniffs
3+ The PSR2R standard contains 191 sniffs
44
55Generic (22 sniffs)
66-------------------
@@ -33,13 +33,14 @@ PEAR (3 sniffs)
3333- PEAR.Functions.ValidDefaultValue
3434- PEAR.NamingConventions.ValidClassName
3535
36- PhpCollective (38 sniffs)
36+ PhpCollective (39 sniffs)
3737-------------------------
3838- PhpCollective.Classes.ClassFileName
3939- PhpCollective.Classes.MethodArgumentDefaultValue
4040- PhpCollective.Classes.MethodDeclaration
4141- PhpCollective.Classes.MethodTypeHint
4242- PhpCollective.Classes.PropertyDefaultValue
43+ - PhpCollective.Classes.Psr4
4344- PhpCollective.Classes.ReturnTypeHint
4445- PhpCollective.Classes.SelfAccessor
4546- PhpCollective.Commenting.Attributes
You can’t perform that action at this time.
0 commit comments