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.
groups
phpdoc_separation
1 parent 13303fa commit c1b9227Copy full SHA for c1b9227
src/CodeIgniter4.php
@@ -418,7 +418,19 @@ public function __construct()
418
'str',
419
],
420
421
- 'phpdoc_separation' => true,
+ 'phpdoc_separation' => [
422
+ 'groups' => [
423
+ ['immutable', 'psalm-immutable'],
424
+ ['param', 'phpstan-param', 'psalm-param'],
425
+ ['phpstan-pure', 'psalm-pure'],
426
+ ['readonly', 'psalm-readonly'],
427
+ ['return', 'phpstan-return', 'psalm-return'],
428
+ ['template', 'phpstan-template', 'psalm-template'],
429
+ ['template-covariant', 'phpstan-template-covariant', 'psalm-template-covariant'],
430
+ ['phpstan-type', 'psalm-type'],
431
+ ['var', 'phpstan-var', 'psalm-var'],
432
+ ],
433
434
'phpdoc_single_line_var_spacing' => true,
435
'phpdoc_summary' => false,
436
'phpdoc_tag_casing' => ['tags' => ['inheritDoc']],
0 commit comments