Skip to content

Commit 721f62a

Browse files
committed
apply new options to phpdoc_align fixer
1 parent 01ed81c commit 721f62a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/CodeIgniter4.php

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,17 @@ public function __construct()
417417
'php_unit_test_class_requires_covers' => false,
418418
'phpdoc_add_missing_param_annotation' => ['only_untyped' => true],
419419
'phpdoc_align' => [
420-
'align' => 'vertical',
421-
'tags' => [
420+
'align' => 'vertical',
421+
'spacing' => 1,
422+
'tags' => [
422423
'method',
423424
'param',
425+
'phpstan-assert',
426+
'phpstan-assert-if-true',
427+
'phpstan-assert-if-false',
428+
'phpstan-param',
429+
'phpstan-property',
430+
'phpstan-return',
424431
'property',
425432
'return',
426433
'throws',

0 commit comments

Comments
 (0)