Test Failed
Push — master ( dc11f8...b6268a )
by Stiofan
54s
created
geodirectory-functions/privacy/class-geodir-privacy-exporters.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -316,6 +316,10 @@
 block discarded – undo
316 316
 		return $personal_data;
317 317
 	}
318 318
 
319
+	/**
320
+	 * @param string $email_address
321
+	 * @param integer $page
322
+	 */
319 323
 	public static function posts_by_author( $email_address, $post_type, $page ) {
320 324
 		if ( empty( $email_address ) || empty( $post_type ) || empty( $page ) ) {
321 325
 			return array();
Please login to merge, or discard this patch.