Completed
Push — try/track-potential-search-per... ( 7ba7ed )
by
unknown
10:40 queued 01:48
created
_inc/lib/class.jetpack-search-performance-logger.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
 		return $query->is_main_query() && $query->is_search();
63 63
 	}
64 64
 
65
+	/**
66
+	 * @param double $duration
67
+	 */
65 68
 	private function record_query_time( $duration ) {
66 69
 		$this->stats[] = array( $this->was_jetpack_search, $duration * 1000 );
67 70
 	}
Please login to merge, or discard this patch.