We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f026c31 + 54a8064 commit d4c2638Copy full SHA for d4c2638
src/Config.php
@@ -57,6 +57,8 @@ public function getRules() : array {
57
'imports_order' => ['class', 'function', 'const'],
58
'sort_algorithm' => 'alpha'
59
],
60
+ 'phpdoc_align' => ['align' => 'left'],
61
+ 'phpdoc_single_line_var_spacing' => true,
62
'phpdoc_var_annotation_correct_order' => true,
63
'short_scalar_cast' => true,
64
'single_blank_line_at_eof' => true,
0 commit comments