Skip to content

Commit

Permalink
Update phpcs config
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Jun 29, 2024
1 parent 490cd54 commit 5b2fcd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
'phpdoc_no_useless_inheritdoc' => true,
'phpdoc_order' => [
'order' => [
'api',
'internal',
'psalm-internal',
'template',
Expand All @@ -161,14 +162,14 @@
'param',
'return',
'throws',
'api',
'psalm-suppress',
],
],
'phpdoc_return_self_reference' => true,
'phpdoc_scalar' => true,
'phpdoc_separation' => [
'groups' => [
['api'],
[
'property',
'property-read',
Expand All @@ -187,7 +188,7 @@
'phpstan-require-extends',
],
['psalm-taint-sink', 'param'],
['return', 'throws', 'api'],
['return', 'throws'],
['psalm-suppress'],
],
],
Expand Down

0 comments on commit 5b2fcd4

Please sign in to comment.