Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 13, 2024
1 parent d7a1805 commit 5c9267e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/SubscriptionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public function __construct(
protected int $amount,
protected string $name,
protected string $type = Subscription::DEFAULT_TYPE
) {}
) {
}

/**
* Specify the quantity of the subscription.
Expand Down
8 changes: 6 additions & 2 deletions tests/Feature/CashierFakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ public function test_a_user_may_append_additional_events_to_mock()
}
}

class CapturedTestEvent {}
class CapturedTestEvent
{
}

class UncapturedTestEvent {}
class UncapturedTestEvent
{
}

0 comments on commit 5c9267e

Please sign in to comment.