Skip to content

Commit 50d7e62

Browse files
authored
Merge pull request #101 from Kit/fix-phpstan-compat
Fix PHPStan compat.
2 parents 0505045 + 4c7f018 commit 50d7e62

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)