Skip to content

Commit 8210282

Browse files
committed
Configure no_multiple_statements_per_line rule
1 parent e5bf310 commit 8210282

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Ruleset/Nexus74.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public function __construct()
274274
'no_leading_namespace_whitespace' => true,
275275
'no_mixed_echo_print' => ['use' => 'echo'],
276276
'no_multiline_whitespace_around_double_arrow' => true,
277+
'no_multiple_statements_per_line' => true,
277278
'no_null_property_initialization' => true,
278279
'no_php4_constructor' => true,
279280
'no_short_bool_cast' => true,

src/Ruleset/Nexus80.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public function __construct()
274274
'no_leading_namespace_whitespace' => true,
275275
'no_mixed_echo_print' => ['use' => 'echo'],
276276
'no_multiline_whitespace_around_double_arrow' => true,
277+
'no_multiple_statements_per_line' => true,
277278
'no_null_property_initialization' => true,
278279
'no_php4_constructor' => true,
279280
'no_short_bool_cast' => true,

src/Ruleset/Nexus81.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public function __construct()
274274
'no_leading_namespace_whitespace' => true,
275275
'no_mixed_echo_print' => ['use' => 'echo'],
276276
'no_multiline_whitespace_around_double_arrow' => true,
277+
'no_multiple_statements_per_line' => true,
277278
'no_null_property_initialization' => true,
278279
'no_php4_constructor' => true,
279280
'no_short_bool_cast' => true,

0 commit comments

Comments
 (0)