Browse Source

Adding phpcs.xml config

Florian Krämer 9 years ago
parent
commit
b66e094401
1 changed files with 5 additions and 0 deletions
  1. 5 0
      phpcs.xml

+ 5 - 0
phpcs.xml

@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<ruleset name="CakePHP">
+    <rule ref=".\vendor\cakephp\cakephp-codesniffer\CakePHP\ruleset.xml"/>
+    <file>./src</file>
+</ruleset>