Code style correction for widget backend

This commit is contained in:
2018-06-14 19:29:10 +02:00
parent f5c087b5b2
commit b8d371999d
2 changed files with 36 additions and 54 deletions

View File

@@ -13,12 +13,7 @@
<!-- Compliance with WordPress Coding Standard -->
<config name="minimum_supported_wp_version" value="4.0"/>
<rule ref="WordPress">
<!-- Makes view HTML code messy -->
<exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeEnd"/>
<exclude name="Squiz.PHP.EmbeddedPhp.ContentBeforeOpen"/>
<exclude name="Squiz.PHP.EmbeddedPhp.ContentAfterOpen"/>
</rule>
<rule ref="WordPress"/>
<!-- PHP compatibility level -->
<config name="testVersion" value="5.2-"/>