Skip to content

Commit

Permalink
Update phpcs.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 11, 2023
1 parent db0ca05 commit 3d09a6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@

<rule ref="WordPress.NamingConventions.ValidVariableName">
<properties>
<property name="customPropertiesWhitelist" type="array" value="documentElement,preserveWhiteSpace,formatOutput" />
<property name="allowed_custom_properties" type="array">
<element value="documentElement" />
<element value="preserveWhiteSpace" />
<element value="formatOutput" />
</property>
</properties>
</rule>
</ruleset>

0 comments on commit 3d09a6b

Please sign in to comment.