Skip to content

Commit

Permalink
Comment style fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
pkotets committed Jul 14, 2024
1 parent 620879b commit 2b82224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AppStoreReceiptVerification.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public static function isDevMode(): bool
* Verifies receipt container and returns serialized receipt
*
* @param string $receiptData The Base64-encoded receipt data
* @param string $trustedAppleRootCertificate Apple root certificate from trusted source (Apple website). Not used
* in dev mode
* @param string $trustedAppleRootCertificate Apple root certificate from trusted source (e.g. Apple website).
* Not used in dev mode
*
* @return string JSON representation of parsed receipt
*
Expand Down

0 comments on commit 2b82224

Please sign in to comment.