Closed
Description
Rule
Getters SHOULD NOT change the state of an object.
Reason
Source: Magento Technical Guidelines.
Implementation
Check if method name starts with get
and find class member assignment operation inside this method.
<severity>8</severity>
<type>warning</type>