Skip to content

Commit 2ba4dc1

Browse files
authored
Update Subscription.php (#179)
Modify return docblock for urls
1 parent d7ed1e9 commit 2ba4dc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Subscription.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ public function updatePaddleSubscription(array $options)
569569
/**
570570
* Get the Paddle update url.
571571
*
572-
* @return array
572+
* @return string
573573
*/
574574
public function updateUrl()
575575
{
@@ -677,7 +677,7 @@ public function cancelAt(DateTimeInterface $endsAt)
677677
/**
678678
* Get the Paddle cancellation url.
679679
*
680-
* @return array
680+
* @return string
681681
*/
682682
public function cancelUrl()
683683
{

0 commit comments

Comments
 (0)