Test Failed
Push — master ( dc5270...739d71 )
by Stiofan
01:59 queued 10s
created
geodirectory-functions/privacy/class-geodir-privacy.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -285,6 +285,10 @@
 block discarded – undo
285 285
 		return apply_filters( 'geodir_privacy_allow_erase_favorites_data', $allow );
286 286
 	}
287 287
 
288
+	/**
289
+	 * @param string $email_address
290
+	 * @param integer $page
291
+	 */
288 292
 	public static function favorites_by_user( $email_address, $page ) {
289 293
 		if ( empty( $email_address ) ) {
290 294
 			return array();
Please login to merge, or discard this patch.