Completed
Push — add/contact-form-tracking ( 1f4779...b52c25 )
by
unknown
08:06
created
modules/contact-form/tracks-events.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
  * @param array $all_values - fields from the default contact form.
17 17
  * @param array $extra_values - extra fields added to from the contact form.
18 18
 
19
- * @return null
19
+ * @return false|null
20 20
  */
21 21
 function jetpack_tracks_record_grunion_pre_message_sent( $post_id, $all_values, $extra_values ) {
22 22
 	$status = new Automattic\Jetpack\Status();
Please login to merge, or discard this patch.