We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdde8ae + 16e4a13 commit f66a411Copy full SHA for f66a411
src/Library/ConvertKit.php
@@ -137,7 +137,7 @@ public function getCustomFields(): array
137
* @param array $subscriber_data data to be passed to convert kit
138
* @return boolean|array false on fail, array of subscriber data on success
139
*/
140
- public function addSubscriberToForm(int $form, array $subscriber_data): array
+ public function addSubscriberToForm(int $form, array $subscriber_data): array|bool
141
{
142
if(!$this->key) {
143
return false;
0 commit comments