We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phpdoc_align
1 parent 01ed81c commit 721f62aCopy full SHA for 721f62a
src/CodeIgniter4.php
@@ -417,10 +417,17 @@ public function __construct()
417
'php_unit_test_class_requires_covers' => false,
418
'phpdoc_add_missing_param_annotation' => ['only_untyped' => true],
419
'phpdoc_align' => [
420
- 'align' => 'vertical',
421
- 'tags' => [
+ 'align' => 'vertical',
+ 'spacing' => 1,
422
+ 'tags' => [
423
'method',
424
'param',
425
+ 'phpstan-assert',
426
+ 'phpstan-assert-if-true',
427
+ 'phpstan-assert-if-false',
428
+ 'phpstan-param',
429
+ 'phpstan-property',
430
+ 'phpstan-return',
431
'property',
432
'return',
433
'throws',
0 commit comments