Pattern: Malformed control statement
Issue: -
Verifies that control structures match a specific pattern of whitespace and bracket placement.
By default, comments placed within the declaration will generate an error, but the rule can be told to ignore comments by setting the ignoreComments
property to true
.
<rule ref="PEAR.ControlStructures.ControlSignature">
<properties>
<property name="ignoreComments" value="false" />
</properties>
</rule>