diff --git a/src/actions/configuration/first-time-configuration-action.php b/src/actions/configuration/first-time-configuration-action.php index 142d4406bda..8a002d370de 100644 --- a/src/actions/configuration/first-time-configuration-action.php +++ b/src/actions/configuration/first-time-configuration-action.php @@ -129,9 +129,9 @@ public function set_social_profiles( $params ) { /** * Action: 'wpseo_post_update_social_profiles' - Allows for Hiive event tracking. * - * @api array The options new values. - * @api array The options old values. - * @api array The options that failed to be saved. + * @param array The new values of the options. + * @param array The old values of the options. + * @param array The options that failed to be saved. */ \do_action( 'wpseo_post_update_social_profiles', $params, $old_values, $failures );