Skip to content

Commit 1f7226a

Browse files
committed
Enable no_multiple_statements_per_line
See codeigniter4/CodeIgniter4#6481
1 parent 73bf1f5 commit 1f7226a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ public function __construct()
234234
'no_leading_namespace_whitespace' => true,
235235
'no_mixed_echo_print' => ['use' => 'echo'],
236236
'no_multiline_whitespace_around_double_arrow' => true,
237+
'no_multiple_statements_per_line' => true,
237238
'no_null_property_initialization' => true,
238239
'no_php4_constructor' => true,
239240
'no_short_bool_cast' => true,

0 commit comments

Comments
 (0)