Remove type=array from phpcs

This commit is contained in:
Jb 2019-11-23 19:05:20 +01:00
parent 6422f7fd24
commit 120b1975d2

View file

@ -143,7 +143,7 @@
provided as a comma-delimited list. -->
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array" value="wporg-5ftf" />
<property name="text_domain" value="wporg-5ftf" />
</properties>
</rule>
</ruleset>