Skip to content

Commit 8e1e3f4

Browse files
Fix lint errors
1 parent 6181802 commit 8e1e3f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mailchimp.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -944,12 +944,12 @@ function mailchimp_sf_signup_submit() {
944944
* Cleans up merge fields and interests to make them
945945
* API 3.0-friendly.
946946
*
947-
* @param [type] $merge Merge fields
948-
* @param [type] $igs Interest groups
949-
* @param string $email_type Email type
950-
* @param string $email Email
947+
* @param [type] $merge Merge fields
948+
* @param [type] $igs Interest groups
949+
* @param string $email_type Email type
950+
* @param string $email Email
951951
* @param string|false $status Status The subscription status ('subscribed', 'unsubscribed', 'pending', etc.) or false if an error occurred.
952-
* @param string $double_optin Whether double opt-in is enabled. "1" for enabled and "" for disabled.
952+
* @param string $double_optin Whether double opt-in is enabled. "1" for enabled and "" for disabled.
953953
* @return stdClass
954954
*/
955955
function mailchimp_sf_subscribe_body( $merge, $igs, $email_type, $email, $status, $double_optin ) {

0 commit comments

Comments
 (0)