Skip to content

Commit 519b683

Browse files
localheinzsebastianbergmann
authored andcommitted
Enhancement: Enable phpdoc_param_order fixer
1 parent fac88d4 commit 519b683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php-cs-fixer.dist.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
'phpdoc_no_package' => true,
249249
'phpdoc_no_useless_inheritdoc' => true,
250250
'phpdoc_order' => true,
251+
'phpdoc_param_order' => true,
251252
'phpdoc_order_by_value' => [
252253
'annotations' => [
253254
'covers',

0 commit comments

Comments
 (0)