Test Failed
Push — issues/2980 ( 6931f9 )
by Ravinder
05:32
created
includes/admin/class-addon-activation-banner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -487,7 +487,7 @@
 block discarded – undo
487 487
 	 *
488 488
 	 * @param string $main_file Plugin Main File.
489 489
 	 *
490
-	 * @return bool|mixed|string
490
+	 * @return string
491 491
 	 */
492 492
 	public function get_plugin_folder_name( $main_file ) {
493 493
 		// Remove plugin file and get the Add-on's folder name only.
Please login to merge, or discard this patch.
includes/admin/tools/export/give-export-donations-functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  * @see http://wordpress.stackexchange.com/questions/58834/echo-all-meta-keys-of-a-custom-post-type
11 11
  *
12
- * @return string
12
+ * @return false|null
13 13
  */
14 14
 function give_export_donations_get_custom_fields() {
15 15
 
Please login to merge, or discard this patch.