aboutsummaryrefslogtreecommitdiff
path: root/phpcs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'phpcs.xml')
-rw-r--r--phpcs.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpcs.xml b/phpcs.xml
index 3bed678..e25e4a4 100644
--- a/phpcs.xml
+++ b/phpcs.xml
@@ -14,10 +14,11 @@
<arg name="colors" />
<arg name="parallel" value="75" />
<arg value="p" />
+ <arg name="cache" value="build/phpcs/result.cache" />
<!-- Include the whole PSR12 standard -->
<rule ref="PSR12"></rule>
<!-- Add some rules -->
<rule ref="Generic.Metrics.NestingLevel"></rule>
-</ruleset> \ No newline at end of file
+</ruleset>