Skip to content

Commit f85bc6d

Browse files
committed
Enable ensure_single_space option of whitespace_after_comma_in_array
See codeigniter4/CodeIgniter4#6530
1 parent 7a9595e commit f85bc6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeIgniter4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ public function __construct()
596596
'use_arrow_functions' => true,
597597
'visibility_required' => ['elements' => ['const', 'method', 'property']],
598598
'void_return' => false, // changes method signature
599-
'whitespace_after_comma_in_array' => true,
599+
'whitespace_after_comma_in_array' => ['ensure_single_space' => true],
600600
'yoda_style' => [
601601
'equal' => false,
602602
'identical' => null,

0 commit comments

Comments
 (0)