We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7360b5f commit 34e0de9Copy full SHA for 34e0de9
.php-cs-fixer.php
@@ -140,6 +140,7 @@
140
'phpdoc_no_useless_inheritdoc' => true,
141
'phpdoc_order' => [
142
'order' => [
143
+ 'api',
144
'internal',
145
'psalm-internal',
146
'template',
@@ -161,14 +162,14 @@
161
162
'param',
163
'return',
164
'throws',
- 'api',
165
'psalm-suppress',
166
],
167
168
'phpdoc_return_self_reference' => true,
169
'phpdoc_scalar' => true,
170
'phpdoc_separation' => [
171
'groups' => [
172
+ ['api'],
173
[
174
'property',
175
'property-read',
@@ -187,7 +188,7 @@
187
188
'phpstan-require-extends',
189
190
['psalm-taint-sink', 'param'],
- ['return', 'throws', 'api'],
191
+ ['return', 'throws'],
192
['psalm-suppress'],
193
194
0 commit comments