File tree Expand file tree Collapse file tree 3 files changed +3
-47
lines changed
Expand file tree Collapse file tree 3 files changed +3
-47
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222 <!-- Do not run this sniff on template files. -->
2323 <exclude-pattern >*.tpl.php</exclude-pattern >
2424 </rule >
25-
26- <!-- Silence method name underscore warning which is covered already in
27- Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps. -->
28- <rule ref =" Drupal.Methods.MethodDeclaration.Underscore" >
29- <severity >0</severity >
30- </rule >
31-
3225 <rule ref =" Drupal.WhiteSpace.CloseBracketSpacing" >
3326 <!-- Do not run this sniff on template files. -->
3427 <exclude-pattern >*.tpl.php</exclude-pattern >
119112 <!-- Already covered by Drupal.Classes.PropertyDeclaration.VarUsed. -->
120113 <exclude name =" PSR2.Classes.PropertyDeclaration.VarUsed" />
121114 </rule >
115+ <rule ref =" PSR2.Methods.MethodDeclaration" />
122116 <rule ref =" PSR2.Namespaces.NamespaceDeclaration" />
123117 <rule ref =" PSR2.Namespaces.UseDeclaration" />
124118
Original file line number Diff line number Diff line change @@ -446,6 +446,8 @@ protected function getWarningList(string $testFile): array
446446 363 => 1 ,
447447 366 => 1 ,
448448 382 => 1 ,
449+ 407 => 1 ,
450+ 411 => 1 ,
449451 433 => 1 ,
450452 434 => 1 ,
451453 436 => 1 ,
You can’t perform that action at this time.
0 commit comments