Browse Source

Merge pull request #8850 from burzum/phpcs-config

Adding phpcs.xml config
Mark Story 10 years ago
parent
commit
70623faeee
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>