Skip to content

Commit

Permalink
Merge pull request #20 from nextcloud/add-phpdoc-rules
Browse files Browse the repository at this point in the history
style: enforce correct order vor phpdoc var annotation
  • Loading branch information
ChristophWurst authored Jul 25, 2024
2 parents d8bfac1 + a169bd2 commit 014e163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function getRules() : array {
'imports_order' => ['class', 'function', 'const'],
'sort_algorithm' => 'alpha'
],
'phpdoc_var_annotation_correct_order' => true,
'single_blank_line_at_eof' => true,
'single_class_element_per_statement' => true,
'single_import_per_statement' => true,
Expand Down

0 comments on commit 014e163

Please sign in to comment.