Skip to content
This repository was archived by the owner on May 19, 2022. It is now read-only.

Commit 3e6098f

Browse files
committed
Updated php-cs-fixers
1 parent f66789d commit 3e6098f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ return Config::create()
6161
'single_blank_line_before_namespace' => true,
6262
'single_import_per_statement' => true,
6363
'single_line_after_imports' => true,
64+
'single_line_comment_style' => ['comment_types' => ['hash']],
6465
'single_quote' => true,
6566
'space_after_semicolon' => true,
6667
'standardize_not_equals' => true,

0 commit comments

Comments
 (0)