Skip to content

Commit d4c2638

Browse files
authored
Merge pull request #26 from nextcloud/phpdoc-rules
style: phpdoc align and var spacing
2 parents f026c31 + 54a8064 commit d4c2638

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Config.php

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ public function getRules() : array {
5757
'imports_order' => ['class', 'function', 'const'],
5858
'sort_algorithm' => 'alpha'
5959
],
60+
'phpdoc_align' => ['align' => 'left'],
61+
'phpdoc_single_line_var_spacing' => true,
6062
'phpdoc_var_annotation_correct_order' => true,
6163
'short_scalar_cast' => true,
6264
'single_blank_line_at_eof' => true,

0 commit comments

Comments
 (0)