Skip to content

Commit 6150aa1

Browse files
committed
Enable single_line_comment_spacing
See codeigniter4/CodeIgniter4#6484
1 parent a5b67a3 commit 6150aa1

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
@@ -485,6 +485,7 @@ public function __construct()
485485
'single_class_element_per_statement' => ['elements' => ['const', 'property']],
486486
'single_import_per_statement' => true,
487487
'single_line_after_imports' => true,
488+
'single_line_comment_spacing' => true,
488489
'single_line_comment_style' => ['comment_types' => ['asterisk', 'hash']],
489490
'single_line_throw' => false,
490491
'single_quote' => ['strings_containing_single_quote_chars' => false],

0 commit comments

Comments
 (0)