Skip to content

Commit 4c7f018

Browse files
committed
Fix PHPStan compat.
1 parent 0505045 commit 4c7f018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConvertKit_API_Traits.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public function get_landing_pages(
232232
*
233233
* @see https://developers.kit.com/v4.html#bulk-add-subscribers-to-forms
234234
*
235-
* @return false|object
235+
* @return mixed|object
236236
*/
237237
public function add_subscribers_to_forms(array $forms_subscribers_ids, string $callback_url = '')
238238
{

0 commit comments

Comments
 (0)