Test Failed
Push — master ( 9eddcf...787fd8 )
by Devin
15:15 queued 05:13
created
includes/admin/tools/import/class-give-import-donations.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -546,7 +546,7 @@
 block discarded – undo
546 546
 
547 547
 		/**
548 548
 		 * @param $option_value
549
-		 * @param $value
549
+		 * @param boolean $value
550 550
 		 *
551 551
 		 * @return string
552 552
 		 */
Please login to merge, or discard this patch.
includes/admin/import-functions.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -581,10 +581,10 @@  discard block
 block discarded – undo
581 581
  *
582 582
  * @since 2.1
583 583
  *
584
- * @param $file_dir
585
- * @param $start
586
- * @param $end
587
- * @param $delimiter
584
+ * @param false|string $file_dir
585
+ * @param integer $start
586
+ * @param integer $end
587
+ * @param string $delimiter
588 588
  *
589 589
  * @return array
590 590
  */
@@ -610,7 +610,7 @@  discard block
 block discarded – undo
610 610
  *
611 611
  * @since 2.1
612 612
  *
613
- * @param $file_id
613
+ * @param integer $file_id
614 614
  *
615 615
  * @return false|string file content
616 616
  */
Please login to merge, or discard this patch.
includes/donors/class-give-donors-query.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -640,7 +640,7 @@
 block discarded – undo
640 640
 	 * @since  2.4.0
641 641
 	 * @access public
642 642
 	 *
643
-	 * @param $query_var
643
+	 * @param string $query_var
644 644
 	 * @param $value
645 645
 	 */
646 646
 	public function __set( $query_var, $value ) {
Please login to merge, or discard this patch.
includes/formatting.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -674,7 +674,7 @@
 block discarded – undo
674 674
  *
675 675
  * @since 1.8
676 676
  *
677
- * @param $size
677
+ * @param string $size
678 678
  *
679 679
  * @return int
680 680
  */
Please login to merge, or discard this patch.
includes/admin/misc-functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
  * @since 1.8.8
92 92
  *
93 93
  * @param string $string
94
- * @param array  $filters
94
+ * @param string[]  $filters
95 95
  *
96 96
  * @return string $string
97 97
  */
Please login to merge, or discard this patch.
includes/misc-functions.php 1 patch
Doc Comments   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
  *
229 229
  * @since 1.8.17
230 230
  *
231
- * @return array|string
231
+ * @return boolean
232 232
  */
233 233
 function give_get_history_session() {
234 234
 	return (bool) Give()->session->get( 'history_access' );
@@ -626,7 +626,7 @@  discard block
 block discarded – undo
626 626
  *
627 627
  * @todo  Remove this, when WordPress Core ticket is resolved (https://core.trac.wordpress.org/ticket/16828).
628 628
  *
629
- * @return bool
629
+ * @return false|null
630 630
  */
631 631
 function give_donation_metabox_menu() {
632 632
 
@@ -935,7 +935,7 @@  discard block
 block discarded – undo
935 935
  *
936 936
  * @since 1.8
937 937
  *
938
- * @param $form_id
938
+ * @param integer $form_id
939 939
  *
940 940
  * @return bool
941 941
  */
@@ -1060,7 +1060,7 @@  discard block
 block discarded – undo
1060 1060
  * @param int    $id
1061 1061
  * @param string $meta_key
1062 1062
  * @param mixed  $meta_value
1063
- * @param mixed  $prev_value
1063
+ * @param string  $prev_value
1064 1064
  * @param string  $meta_type
1065 1065
  *
1066 1066
  * @return mixed
@@ -1351,7 +1351,7 @@  discard block
 block discarded – undo
1351 1351
  * @since 1.8.13
1352 1352
  *
1353 1353
  * @param array      $list      List of objects or arrays
1354
- * @param int|string $field     Field from the object to place instead of the entire object
1354
+ * @param string $field     Field from the object to place instead of the entire object
1355 1355
  * @param int|string $index_key Optional. Field from the object to use as keys for the new array.
1356 1356
  *                              Default null.
1357 1357
  *
@@ -1789,7 +1789,7 @@  discard block
 block discarded – undo
1789 1789
  *
1790 1790
  * @since 2.1
1791 1791
  *
1792
- * @param $form_id
1792
+ * @param integer $form_id
1793 1793
  *
1794 1794
  * @return bool
1795 1795
  */
@@ -2363,7 +2363,7 @@  discard block
 block discarded – undo
2363 2363
  *
2364 2364
  * @since 2.4.1
2365 2365
  *
2366
- * @return bool|mixed
2366
+ * @return string|null
2367 2367
  */
2368 2368
 function give_display_donation_receipt( $args ) {
2369 2369
 
Please login to merge, or discard this patch.