Skip to content

Commit 5189f2d

Browse files
committed
Configure phpdoc_param_order fixer
1 parent 8069761 commit 5189f2d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/Ruleset/Nexus74.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ public function __construct()
454454
'uses',
455455
],
456456
],
457+
'phpdoc_param_order' => true,
457458
'phpdoc_return_self_reference' => [
458459
'replacements' => [
459460
'this' => '$this',

src/Ruleset/Nexus80.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ public function __construct()
454454
'uses',
455455
],
456456
],
457+
'phpdoc_param_order' => true,
457458
'phpdoc_return_self_reference' => [
458459
'replacements' => [
459460
'this' => '$this',

src/Ruleset/Nexus81.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ public function __construct()
454454
'uses',
455455
],
456456
],
457+
'phpdoc_param_order' => true,
457458
'phpdoc_return_self_reference' => [
458459
'replacements' => [
459460
'this' => '$this',

src/Ruleset/Nexus82.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ public function __construct()
454454
'uses',
455455
],
456456
],
457+
'phpdoc_param_order' => true,
457458
'phpdoc_return_self_reference' => [
458459
'replacements' => [
459460
'this' => '$this',

0 commit comments

Comments
 (0)