Skip to content

Commit c3f8298

Browse files
authored
Merge pull request #165 from imdhemy/feat/add-v2-decoded-payload-to-phpdoc
[1.x] add v2-decoded-payload to phpdoc (#165 )
2 parents 45b0d44 + d96d74b commit c3f8298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Contracts/SubscriptionContract.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Imdhemy\Purchases\Contracts;
44

55
use Imdhemy\AppStore\Receipts\ReceiptResponse;
6+
use Imdhemy\AppStore\ServerNotifications\V2DecodedPayload;
67
use Imdhemy\GooglePlay\Subscriptions\SubscriptionPurchase;
78
use Imdhemy\Purchases\ValueObjects\Time;
89

@@ -38,7 +39,7 @@ public function getProvider(): string;
3839
public function getUniqueIdentifier(): string;
3940

4041
/**
41-
* @return mixed|SubscriptionPurchase|ReceiptResponse
42+
* @return mixed|SubscriptionPurchase|ReceiptResponse|V2DecodedPayload
4243
*/
4344
public function getProviderRepresentation();
4445
}

0 commit comments

Comments
 (0)