Skip to content

Commit

Permalink
Fix CI warning in rector due to upstream change.
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jun 12, 2023
1 parent 396c309 commit 080d891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
AddArrayDefaultToArrayPropertyRector::class,
AddArrowFunctionReturnTypeRector::class,
AddClosureReturnTypeRector::class,
AddFalseDefaultToBoolPropertyRector::class,
// AddFalseDefaultToBoolPropertyRector::class,
AddMethodCallBasedStrictParamTypeRector::class,
AddParamBasedOnParentClassMethodRector::class,
AddParamTypeBasedOnPHPUnitDataProviderRector::class,
Expand Down

0 comments on commit 080d891

Please sign in to comment.