Closed istrof closed 6 years ago
False-positive for:
$foo->bar++
Because bar is parsed as a T_STRING and not T_VARIABLE Additional check for T_OBJECT_OPERATOR (->) covers this case: https://github.com/djoos/Symfony-coding-standard/pull/128
False-positive for:
Because bar is parsed as a T_STRING and not T_VARIABLE Additional check for T_OBJECT_OPERATOR (->) covers this case: https://github.com/djoos/Symfony-coding-standard/pull/128