Closed erickskrauch closed 2 years ago
Code:
<?php $rgb = [$r, $g, $b]; exit();
Exprected fix:
Resolved in https://github.com/elyby/php-code-style/commit/18806e41e217a4c9d707d69ea134a182c38a6475 by adding no_multiple_statements_per_line fixer.
no_multiple_statements_per_line
Code:
Exprected fix: