From 54a8064f7f0615aed5fa3a92a519a4336ce25b43 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Fri, 23 Aug 2024 12:52:33 +0200 Subject: [PATCH] style: phpdoc align and var spacing https://github.com/nextcloud/coding-standard/issues/21 Signed-off-by: Daniel Kesselberg --- src/Config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Config.php b/src/Config.php index e48ad87..447879e 100644 --- a/src/Config.php +++ b/src/Config.php @@ -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,