Browse Source

Fix coding standards.

pull/25/head
Ned Zimmerman 8 years ago
parent
commit
664ac1f9d6
No known key found for this signature in database
GPG Key ID: FF56334A013120CA
  1. 4
      phpcs.xml

4
phpcs.xml

@ -3,8 +3,8 @@
<description>Roots Coding Standards</description> <description>Roots Coding Standards</description>
<!-- Scan these files --> <!-- Scan these files -->
<file>resources/functions.php</file> <file>functions.php</file>
<file>resources/index.php</file> <file>index.php</file>
<file>app</file> <file>app</file>
<file>resources/views</file> <file>resources/views</file>

Loading…
Cancel
Save