Skip to content

Commit 377b8d1

Browse files
committed
Coding standards
1 parent b3bb9e3 commit 377b8d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ConvertKit_API.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ public function get_subscriber_tags(int $subscriber_id)
593593
* List purchases.
594594
*
595595
* @param array<string, string> $options Request options.
596-
*
596+
*
597597
* @see https://developers.convertkit.com/#list-purchases
598598
*
599599
* @throws \InvalidArgumentException If the provided arguments are not of the expected type.
@@ -616,7 +616,7 @@ public function list_purchases(array $options)
616616
* Retuns a specific purchase.
617617
*
618618
* @param integer $purchase_id Purchase ID.
619-
*
619+
*
620620
* @see https://developers.convertkit.com/#retrieve-a-specific-purchase
621621
*
622622
* @return false|object
@@ -635,7 +635,7 @@ public function get_purchase(int $purchase_id)
635635
* Creates a purchase.
636636
*
637637
* @param array<string, string> $options Purchase data.
638-
*
638+
*
639639
* @see https://developers.convertkit.com/#create-a-purchase
640640
*
641641
* @throws \InvalidArgumentException If the provided arguments are not of the expected type.

0 commit comments

Comments
 (0)