Skip to content

Commit 6ce06a8

Browse files
committed
fix php8 fules php doc order
1 parent 24a4b01 commit 6ce06a8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/RuleSet/Php80.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function rules(): array
3939
'phpdoc_types_order' => [
4040
'null_adjustment' => 'always_last',
4141
],
42-
'phpdoc_types_order' => true,
4342
'increment_style' => false,
4443
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
4544
'fopen_flags' => false,

src/RuleSet/Php81.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public function rules(): array
3939
'phpdoc_types_order' => [
4040
'null_adjustment' => 'always_last',
4141
],
42-
'phpdoc_types_order' => true,
4342
'increment_style' => false,
4443
'yoda_style' => ['equal' => false, 'identical' => false, 'less_and_greater' => false],
4544
'fopen_flags' => false,

0 commit comments

Comments
 (0)