@@ -451,16 +451,16 @@ public function add_subscriber_to_form(int $form_id, int $subscriber_id)
451
451
/**
452
452
* List subscribers for a form
453
453
*
454
- * @param integer $form_id Form ID.
455
- * @param string $subscriber_state Subscriber State (active|bounced|cancelled|complained|inactive).
456
- * @param \DateTime $created_after Filter subscribers who have been created after this date.
457
- * @param \DateTime $created_before Filter subscribers who have been created before this date.
458
- * @param \DateTime $added_after Filter subscribers who have been added to the form after this date.
459
- * @param \DateTime $added_before Filter subscribers who have been added to the form before this date.
460
- * @param boolean $include_total_count To include the total count of records in the response, use true.
461
- * @param string $after_cursor Return results after the given pagination cursor.
462
- * @param string $before_cursor Return results before the given pagination cursor.
463
- * @param integer $per_page Number of results to return.
454
+ * @param integer $form_id Form ID.
455
+ * @param string $subscriber_state Subscriber State (active|bounced|cancelled|complained|inactive).
456
+ * @param \DateTime $created_after Filter subscribers who have been created after this date.
457
+ * @param \DateTime $created_before Filter subscribers who have been created before this date.
458
+ * @param \DateTime $added_after Filter subscribers who have been added to the form after this date.
459
+ * @param \DateTime $added_before Filter subscribers who have been added to the form before this date.
460
+ * @param boolean $include_total_count To include the total count of records in the response, use true.
461
+ * @param string $after_cursor Return results after the given pagination cursor.
462
+ * @param string $before_cursor Return results before the given pagination cursor.
463
+ * @param integer $per_page Number of results to return.
464
464
*
465
465
* @see https://developers.convertkit.com/v4.html#list-subscribers-for-a-form
466
466
*
@@ -513,10 +513,10 @@ public function get_form_subscriptions(
513
513
/**
514
514
* Gets sequences
515
515
*
516
- * @param boolean $include_total_count To include the total count of records in the response, use true.
517
- * @param string $after_cursor Return results after the given pagination cursor.
518
- * @param string $before_cursor Return results before the given pagination cursor.
519
- * @param integer $per_page Number of results to return.
516
+ * @param boolean $include_total_count To include the total count of records in the response, use true.
517
+ * @param string $after_cursor Return results after the given pagination cursor.
518
+ * @param string $before_cursor Return results before the given pagination cursor.
519
+ * @param integer $per_page Number of results to return.
520
520
*
521
521
* @see https://developers.convertkit.com/v4.html#list-sequences
522
522
*
@@ -577,16 +577,16 @@ public function add_subscriber_to_sequence(int $sequence_id, int $subscriber_id)
577
577
/**
578
578
* List subscribers for a sequence
579
579
*
580
- * @param integer $sequence_id Sequence ID.
581
- * @param string $subscriber_state Subscriber State (active|bounced|cancelled|complained|inactive).
582
- * @param \DateTime $created_after Filter subscribers who have been created after this date.
583
- * @param \DateTime $created_before Filter subscribers who have been created before this date.
584
- * @param \DateTime $added_after Filter subscribers who have been added to the form after this date.
585
- * @param \DateTime $added_before Filter subscribers who have been added to the form before this date.
586
- * @param boolean $include_total_count To include the total count of records in the response, use true.
587
- * @param string $after_cursor Return results after the given pagination cursor.
588
- * @param string $before_cursor Return results before the given pagination cursor.
589
- * @param integer $per_page Number of results to return.
580
+ * @param integer $sequence_id Sequence ID.
581
+ * @param string $subscriber_state Subscriber State (active|bounced|cancelled|complained|inactive).
582
+ * @param \DateTime $created_after Filter subscribers who have been created after this date.
583
+ * @param \DateTime $created_before Filter subscribers who have been created before this date.
584
+ * @param \DateTime $added_after Filter subscribers who have been added to the form after this date.
585
+ * @param \DateTime $added_before Filter subscribers who have been added to the form before this date.
586
+ * @param boolean $include_total_count To include the total count of records in the response, use true.
587
+ * @param string $after_cursor Return results after the given pagination cursor.
588
+ * @param string $before_cursor Return results before the given pagination cursor.
589
+ * @param integer $per_page Number of results to return.
590
590
*
591
591
* @see https://developers.convertkit.com/v4.html#list-subscribers-for-a-sequence
592
592
*
@@ -638,10 +638,10 @@ public function get_sequence_subscriptions(
638
638
/**
639
639
* List tags.
640
640
*
641
- * @param boolean $include_total_count To include the total count of records in the response, use true.
642
- * @param string $after_cursor Return results after the given pagination cursor.
643
- * @param string $before_cursor Return results before the given pagination cursor.
644
- * @param integer $per_page Number of results to return.
641
+ * @param boolean $include_total_count To include the total count of records in the response, use true.
642
+ * @param string $after_cursor Return results after the given pagination cursor.
643
+ * @param string $before_cursor Return results before the given pagination cursor.
644
+ * @param integer $per_page Number of results to return.
645
645
*
646
646
* @see https://developers.convertkit.com/v4.html#list-tags
647
647
*
@@ -791,16 +791,16 @@ public function remove_tag_from_subscriber_by_email(int $tag_id, string $email_a
791
791
/**
792
792
* List subscribers for a tag
793
793
*
794
- * @param integer $tag_id Tag ID.
795
- * @param string $subscriber_state Subscriber State (active|bounced|cancelled|complained|inactive).
796
- * @param \DateTime $created_after Filter subscribers who have been created after this date.
797
- * @param \DateTime $created_before Filter subscribers who have been created before this date.
798
- * @param \DateTime $tagged_after Filter subscribers who have been tagged after this date.
799
- * @param \DateTime $tagged_before Filter subscribers who have been tagged before this date.
800
- * @param boolean $include_total_count To include the total count of records in the response, use true.
801
- * @param string $after_cursor Return results after the given pagination cursor.
802
- * @param string $before_cursor Return results before the given pagination cursor.
803
- * @param integer $per_page Number of results to return.
794
+ * @param integer $tag_id Tag ID.
795
+ * @param string $subscriber_state Subscriber State (active|bounced|cancelled|complained|inactive).
796
+ * @param \DateTime $created_after Filter subscribers who have been created after this date.
797
+ * @param \DateTime $created_before Filter subscribers who have been created before this date.
798
+ * @param \DateTime $tagged_after Filter subscribers who have been tagged after this date.
799
+ * @param \DateTime $tagged_before Filter subscribers who have been tagged before this date.
800
+ * @param boolean $include_total_count To include the total count of records in the response, use true.
801
+ * @param string $after_cursor Return results after the given pagination cursor.
802
+ * @param string $before_cursor Return results before the given pagination cursor.
803
+ * @param integer $per_page Number of results to return.
804
804
*
805
805
* @see https://developers.convertkit.com/v4.html#list-subscribers-for-a-tag
806
806
*
@@ -1000,18 +1000,18 @@ public function get_resources(string $resource)
1000
1000
/**
1001
1001
* List subscribers.
1002
1002
*
1003
- * @param string $subscriber_state Subscriber State (active|bounced|cancelled|complained|inactive).
1004
- * @param string $email_address Search susbcribers by email address. This is an exact match search.
1005
- * @param \DateTime $created_after Filter subscribers who have been created after this date.
1006
- * @param \DateTime $created_before Filter subscribers who have been created before this date.
1007
- * @param \DateTime $updated_after Filter subscribers who have been updated after this date.
1008
- * @param \DateTime $updated_before Filter subscribers who have been updated before this date.
1009
- * @param string $sort_field Sort Field (id|updated_at|cancelled_at).
1010
- * @param string $sort_order Sort Order (asc|desc).
1011
- * @param boolean $include_total_count To include the total count of records in the response, use true.
1012
- * @param string $after_cursor Return results after the given pagination cursor.
1013
- * @param string $before_cursor Return results before the given pagination cursor.
1014
- * @param integer $per_page Number of results to return.
1003
+ * @param string $subscriber_state Subscriber State (active|bounced|cancelled|complained|inactive).
1004
+ * @param string $email_address Search susbcribers by email address. This is an exact match search.
1005
+ * @param \DateTime $created_after Filter subscribers who have been created after this date.
1006
+ * @param \DateTime $created_before Filter subscribers who have been created before this date.
1007
+ * @param \DateTime $updated_after Filter subscribers who have been updated after this date.
1008
+ * @param \DateTime $updated_before Filter subscribers who have been updated before this date.
1009
+ * @param string $sort_field Sort Field (id|updated_at|cancelled_at).
1010
+ * @param string $sort_order Sort Order (asc|desc).
1011
+ * @param boolean $include_total_count To include the total count of records in the response, use true.
1012
+ * @param string $after_cursor Return results after the given pagination cursor.
1013
+ * @param string $before_cursor Return results before the given pagination cursor.
1014
+ * @param integer $per_page Number of results to return.
1015
1015
*
1016
1016
* @since 2.0.0
1017
1017
*
@@ -1262,11 +1262,11 @@ public function unsubscribe(int $subscriber_id)
1262
1262
/**
1263
1263
* Get a list of the tags for a subscriber.
1264
1264
*
1265
- * @param integer $subscriber_id Subscriber ID.
1266
- * @param boolean $include_total_count To include the total count of records in the response, use true.
1267
- * @param string $after_cursor Return results after the given pagination cursor.
1268
- * @param string $before_cursor Return results before the given pagination cursor.
1269
- * @param integer $per_page Number of results to return.
1265
+ * @param integer $subscriber_id Subscriber ID.
1266
+ * @param boolean $include_total_count To include the total count of records in the response, use true.
1267
+ * @param string $after_cursor Return results after the given pagination cursor.
1268
+ * @param string $before_cursor Return results before the given pagination cursor.
1269
+ * @param integer $per_page Number of results to return.
1270
1270
*
1271
1271
* @see https://developers.convertkit.com/v4.html#list-tags-for-a-subscriber
1272
1272
*
@@ -1967,11 +1967,11 @@ private function strip_html_head_body_tags(string $markup)
1967
1967
/**
1968
1968
* Adds total count and pagination parameters to the given array of existing API parameters.
1969
1969
*
1970
- * @param array<string, string|integer|bool> $params API parameters.
1971
- * @param boolean $include_total_count Return total count of records.
1972
- * @param string $after_cursor Return results after the given pagination cursor.
1973
- * @param string $before_cursor Return results before the given pagination cursor.
1974
- * @param integer $per_page Number of results to return.
1970
+ * @param array<string, string|integer|bool> $params API parameters.
1971
+ * @param boolean $include_total_count Return total count of records.
1972
+ * @param string $after_cursor Return results after the given pagination cursor.
1973
+ * @param string $before_cursor Return results before the given pagination cursor.
1974
+ * @param integer $per_page Number of results to return.
1975
1975
*
1976
1976
* @since 2.0.0
1977
1977
*
0 commit comments