Skip to content

Commit 17dd0a0

Browse files
committed
[BUGFIX] Allow asterisk style single line comments
Related #717 Signed-off-by: Marcus Schwemer <marcus.schwemer@in2code.de>
1 parent 7627342 commit 17dd0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.project/tests/.php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
'array_syntax' => ['syntax' => 'short'],
7575
'whitespace_after_comma_in_array' => true,
7676
'function_typehint_space' => true,
77-
'single_line_comment_style' => true,
77+
'single_line_comment_style' => ['comment_types' => ['hash']],
7878
'no_alias_functions' => true,
7979
'lowercase_cast' => true,
8080
'no_leading_namespace_whitespace' => true,

0 commit comments

Comments
 (0)