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.
1 parent 7627342 commit 17dd0a0Copy full SHA for 17dd0a0
.project/tests/.php-cs-fixer.php
@@ -74,7 +74,7 @@
74
'array_syntax' => ['syntax' => 'short'],
75
'whitespace_after_comma_in_array' => true,
76
'function_typehint_space' => true,
77
- 'single_line_comment_style' => true,
+ 'single_line_comment_style' => ['comment_types' => ['hash']],
78
'no_alias_functions' => true,
79
'lowercase_cast' => true,
80
'no_leading_namespace_whitespace' => true,
0 commit comments