We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
single_line_comment_spacing
1 parent a5b67a3 commit 6150aa1Copy full SHA for 6150aa1
src/CodeIgniter4.php
@@ -485,6 +485,7 @@ public function __construct()
485
'single_class_element_per_statement' => ['elements' => ['const', 'property']],
486
'single_import_per_statement' => true,
487
'single_line_after_imports' => true,
488
+ 'single_line_comment_spacing' => true,
489
'single_line_comment_style' => ['comment_types' => ['asterisk', 'hash']],
490
'single_line_throw' => false,
491
'single_quote' => ['strings_containing_single_quote_chars' => false],
0 commit comments