djoos / Symfony-coding-standard

Development repository for the Symfony coding standard
MIT License
401 stars 102 forks source link

fix for usage of unary operators with class properties #128

Closed istrof closed 6 years ago

istrof commented 6 years ago

Fix for case when unary operator is used for object property:

$this->foo++
djoos commented 6 years ago

Thanks @istrof!