Browse Source

Try to disable a not expected rule

Laurent Destailleur 5 năm trước cách đây
mục cha
commit
f7726cd366
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      dev/setup/codesniffer/ruleset.xml

+ 3 - 0
dev/setup/codesniffer/ruleset.xml

@@ -222,6 +222,9 @@
     <rule ref="Squiz.ControlStructures.ForEachLoopDeclaration.SpaceBeforeClose" />
 
     <rule ref="Squiz.Functions.MultiLineFunctionDeclaration" />
+	<rule ref="Squiz.Functions.MultiLineFunctionDeclaration.SpaceAfterFunction">
+        <severity>0</severity>
+	</rule>
     <rule ref="Squiz.Functions.FunctionDeclarationArgumentSpacing">
         <properties>
             <property name="equalsSpacing" value="1"/>