Pattern: Malformed multi-line assignment indentation
Issue: -
If an assignment goes over two lines, ensure the equal sign is indented.
By default, this rule ensures that the line with the assignment operator is indented 4 spaces, but you can change the size of the indent by setting the indent
property.
<rule ref="PEAR.Formatting.MultiLineAssignment">
<properties>
<property name="indent" value="2" />
</properties>
</rule>