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 Sep 17, 2023
1 parent 9ae88e8 commit 808fe40
Show file tree
Hide file tree
Showing 24 changed files with 24 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 @@ -231,6 +231,7 @@ final class Php53 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php54.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ final class Php54 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php55.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php55 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php56.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php56 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php70.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php70 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'long',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php71.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php71 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php72.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php72 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php73.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php73 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php74.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php74 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php80 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php81 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down
1 change: 1 addition & 0 deletions src/RuleSet/Php82.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ final class Php82 extends AbstractRuleSet implements ExplicitRuleSet
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -236,6 +236,7 @@ final class Php53Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -237,6 +237,7 @@ final class Php54Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php55Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php56Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php70Test extends ExplicitRuleSetTestCase
'syntax' => 'long',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php71Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php72Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php73Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php74Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php80Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php81Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
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 @@ -239,6 +239,7 @@ final class Php82Test extends ExplicitRuleSetTestCase
'syntax' => 'short',
],
'logical_operators' => true,
'long_to_shorthand_operator' => false,
'lowercase_cast' => true,
'lowercase_keywords' => true,
'lowercase_static_reference' => true,
Expand Down

0 comments on commit 808fe40

Please sign in to comment.