Skip to content

Commit a681943

Browse files
committed
Configure whitespace_after_comma_in_array
1 parent 6272e16 commit a681943

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Ruleset/Nexus74.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ public function __construct()
613613
'use_arrow_functions' => true,
614614
'visibility_required' => ['elements' => ['const', 'method', 'property']],
615615
'void_return' => false,
616-
'whitespace_after_comma_in_array' => true,
616+
'whitespace_after_comma_in_array' => ['ensure_single_space' => true],
617617
'yoda_style' => [
618618
'always_move_variable' => true,
619619
'equal' => true,

src/Ruleset/Nexus80.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ public function __construct()
613613
'use_arrow_functions' => true,
614614
'visibility_required' => ['elements' => ['const', 'method', 'property']],
615615
'void_return' => true,
616-
'whitespace_after_comma_in_array' => true,
616+
'whitespace_after_comma_in_array' => ['ensure_single_space' => true],
617617
'yoda_style' => [
618618
'always_move_variable' => true,
619619
'equal' => true,

src/Ruleset/Nexus81.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ public function __construct()
613613
'use_arrow_functions' => true,
614614
'visibility_required' => ['elements' => ['const', 'method', 'property']],
615615
'void_return' => true,
616-
'whitespace_after_comma_in_array' => true,
616+
'whitespace_after_comma_in_array' => ['ensure_single_space' => true],
617617
'yoda_style' => [
618618
'always_move_variable' => true,
619619
'equal' => true,

0 commit comments

Comments
 (0)