Skip to content

Commit

Permalink
phpstan fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
frets1700 committed Mar 26, 2024
1 parent cc14adb commit e691e46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Notification/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ public function renew(string $subscriptionId, \DateTime $expiration, array $args
}
}

/**
* @param array<string, mixed> $args
*/
public function delete(string $subscriptionId, array $args = []): void
{
try {
Expand Down

0 comments on commit e691e46

Please sign in to comment.