no_multiple_statements_per_line
There must not be more than one statement per line.
--- Original +++ New <?php -foo(); bar(); +foo(); +bar();