Fork me on GitHub
a Sensio Labs Product

BoY42 (v3.15.1) edition

Rule no_multiple_statements_per_line

There must not be more than one statement per line.

Examples

Example #1

--- Original
+++ New
 <?php
-foo(); bar();
+foo();
+bar();
The logo is © 2010-2022 Sensio Labs