Skip to content

Commit

Permalink
style: phpdoc align and var spacing
Browse files Browse the repository at this point in the history
#21

Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Aug 23, 2024
1 parent f026c31 commit 54a8064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ public function getRules() : array {
'imports_order' => ['class', 'function', 'const'],
'sort_algorithm' => 'alpha'
],
'phpdoc_align' => ['align' => 'left'],
'phpdoc_single_line_var_spacing' => true,
'phpdoc_var_annotation_correct_order' => true,
'short_scalar_cast' => true,
'single_blank_line_at_eof' => true,
Expand Down

0 comments on commit 54a8064

Please sign in to comment.