Browse Source

Fix phpcs errors.

Mark Story 3 years ago
parent
commit
046b80757d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      phpcs.xml

+ 5 - 0
phpcs.xml

@@ -5,4 +5,9 @@
     <rule ref="CakePHP" />
 
     <arg value="s"/>
+    <!-- pretty sure this is a bug in slevomat -->
+    <rule ref="Internal.Exception">
+        <severity>0</severity>
+        <exclude-pattern>src/Collection/functions.php</exclude-pattern>
+    </rule>
 </ruleset>