Skip to content

Commit e513ef8

Browse files
committed
PHPStan compat.
1 parent 59a31d8 commit e513ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ConvertKit_API_Traits.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ public function get_landing_pages(
225225
/**
226226
* Adds subscribers to forms in bulk.
227227
*
228-
* @param array<array<string,int>> $forms_subscribers_ids Array of arrays comprising of `form_id`, `subscriber_id` and optional `referrer` URL.
229-
* @param string $callback_url URL to notify for large batch size when async processing complete.
228+
* @param array<array<string,string>> $forms_subscribers_ids Array of arrays comprising of `form_id`, `subscriber_id` and optional `referrer` URL.
229+
* @param string $callback_url URL to notify for large batch size when async processing complete.
230230
*
231231
* @since 2.1.0
232232
*

0 commit comments

Comments
 (0)