Skip to content

Commit

Permalink
Fix: Disable newly added fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 7, 2024
1 parent 375a981 commit 5937f54
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/RuleSet/Php53.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php54.php
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php55.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php56.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php70.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php71.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php72.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php73.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php82.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php83.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ public static function create(): RuleSet
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php53Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php54Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php55Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php56Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php70Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php71Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php72Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php73Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php74Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php80Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php81Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php82Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down
1 change: 1 addition & 0 deletions test/Unit/RuleSet/Php83Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ protected function expectedRules(): Rules
'only_booleans' => true,
'position' => 'beginning',
],
'ordered_attributes' => false,
'ordered_class_elements' => [
'case_sensitive' => false,
'order' => [
Expand Down

0 comments on commit 5937f54

Please sign in to comment.