Skip to content

Commit 347dcaa

Browse files
committed
Update CheckerInterface.php
1 parent d7dd6fd commit 347dcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GooglePlay/Contracts/CheckerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ public function isTesting(): bool;
3131
* @return PurchaseLog
3232
* @throws CouldNotPersist
3333
*/
34-
public function persist(): PurchaseLog
34+
public function persist(): PurchaseLog;
3535
}

0 commit comments

Comments
 (0)