Skip to content

Commit a275427

Browse files
committed
Enable no_multiple_statements_per_line
1 parent c261861 commit a275427

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
// <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD
4343
'blank_line_between_import_groups' => true,
4444
'control_structure_braces' => true,
45+
'no_multiple_statements_per_line' => true,
4546
'phpdoc_separation' => [
4647
'groups' => [
4748
['immutable', 'psalm-immutable'],

.php-cs-fixer.no-header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
// <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD
3535
'blank_line_between_import_groups' => true,
3636
'control_structure_braces' => true,
37+
'no_multiple_statements_per_line' => true,
3738
'phpdoc_separation' => [
3839
'groups' => [
3940
['immutable', 'psalm-immutable'],

.php-cs-fixer.user-guide.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
// <<<<<<<<<<<<<<<<<<<<<<<< @TODO TO BE REMOVED ONCE LIVE IN CODING-STANDARD
3737
'blank_line_between_import_groups' => true,
3838
'control_structure_braces' => true,
39+
'no_multiple_statements_per_line' => true,
3940
'phpdoc_separation' => [
4041
'groups' => [
4142
['immutable', 'psalm-immutable'],

0 commit comments

Comments
 (0)