Skip to content
Snippets Groups Projects

Update PHPCS rules

Merged Erick Hitter requested to merge update/phpcs into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@
@@ -20,7 +20,7 @@
<exclude-pattern>*/vendor/</exclude-pattern>
<exclude-pattern>*/vendor/</exclude-pattern>
<rule ref="WordPress">
<rule ref="WordPress">
<exclude name="Generic.Arrays.DisallowShortArraySyntax" />
<exclude name="Generic.Arrays.DisallowShortArraySyntax.Found" />
<exclude name="WordPress.PHP.DisallowShortTernary" />
<exclude name="WordPress.PHP.DisallowShortTernary" />
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
<rule ref="Generic.Arrays.DisallowLongArraySyntax" />
</rule>
</rule>
Loading