Pattern: Use of inline control structure
Issue: -
Verifies that inline control statements are not present.
If the error
property is set to false
, a warning will be thrown for violations instead of an error.
<rule ref="Generic.ControlStructures.InlineControlStructure">
<properties>
<property name="error" value="false" />
</properties>
</rule>