Skip to content

Commit 6e1229d

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable single_line_comment_spacing fixer
1 parent f791012 commit 6e1229d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@
291291
'single_class_element_per_statement' => true,
292292
'single_import_per_statement' => true,
293293
'single_line_after_imports' => true,
294+
'single_line_comment_spacing' => true,
294295
'single_quote' => true,
295296
'single_space_around_construct' => true,
296297
'single_trait_insert_per_statement' => true,

0 commit comments

Comments
 (0)