Skip to content

Commit

Permalink
Merge pull request #80 from OskarStark/feature/removeobs
Browse files Browse the repository at this point in the history
Remove superflous readonly
  • Loading branch information
slunak authored Sep 2, 2024
2 parents 3bc095f + 44f619a commit d2ceaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api/Subscription/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
readonly class Subscription
{
public function __construct(
private readonly Application $application,
private readonly string $subscriptionCode,
private Application $application,
private string $subscriptionCode,
) {
}

Expand Down

0 comments on commit d2ceaf8

Please sign in to comment.