Fix spacing

This commit is contained in:
Rodrigo Primo 2019-12-20 12:46:57 -03:00
parent da139035dd
commit 9b73df3bd6
1 changed files with 3 additions and 3 deletions

View File

@ -16,13 +16,13 @@
<exclude-pattern>*/vendor/*</exclude-pattern>
<!-- Show progress, show the error codes for each message (source). -->
<arg value="ps"/>
<arg value="ps" />
<!-- Strip the filepaths in reports down to the relevant bit. -->
<arg name="basepath" value="./"/>
<arg name="basepath" value="./" />
<!-- Check up to 8 files simultaneously. -->
<arg name="parallel" value="8"/>
<arg name="parallel" value="8" />
<!-- Configs -->
<config name="minimum_supported_wp_version" value="5.0" />