Skip to content

Commit

Permalink
Todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Oct 18, 2023
1 parent 701e974 commit dcb84ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/base/PlanInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ interface PlanInterface
{
/**
* Returns whether it's possible to switch to this plan from a different plan.
* TODO: Fix typo in next major release currentPlant -> currentPlan
*/
public function canSwitchFrom(PlanInterface $currentPlant): bool;
}
1 change: 1 addition & 0 deletions src/models/subscriptions/DummyPlan.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class DummyPlan extends Plan
{
/**
* @inheritdoc
* TODO: Fix typo in next major release currentPlant -> currentPlan
*/
public function canSwitchFrom(PlanInterface $currentPlant): bool
{
Expand Down

0 comments on commit dcb84ee

Please sign in to comment.