Pattern: Malformed indentation
Issue: -
Checks that control structures are structured and indented correctly.
<!-- Tabs should represent 4 spaces. -->
<arg name="tab-width" value="4"/>
<rule ref="PEAR.WhiteSpace.ScopeIndent">
<properties>
<property name="exact" value="true" />
<property name="tabIndent" value="true" />
<property name="ignoreIndentationTokens" type="array"
value="T_COMMENT,T_DOC_COMMENT_OPEN_TAG"/>
</properties>
</rule>