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.
1 parent d5431fe commit 41104bcCopy full SHA for 41104bc
1 file changed
.php-cs-fixer.dist.php
@@ -4,7 +4,9 @@
4
5
$rules = [
6
'phpdoc_indent' => true,
7
- 'phpdoc_order' => true,
+ 'phpdoc_order' => [
8
+ 'order' => ['param', 'return', 'throws'],
9
+ ],
10
'phpdoc_separation' => true,
11
'phpdoc_trim' => true,
12
'phpdoc_trim_consecutive_blank_line_separation' => true,
0 commit comments