Test Failed
Push — test/staging-license-endpoint ( 83a181 )
by Ravinder
05:30
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
@@ -555,10 +555,10 @@  discard block
 block discarded – undo
555 555
  *
556 556
  * @since 2.1
557 557
  *
558
- * @param $file_dir
559
- * @param $start
560
- * @param $end
561
- * @param $delimiter
558
+ * @param false|string $file_dir
559
+ * @param integer $start
560
+ * @param integer $end
561
+ * @param string $delimiter
562 562
  *
563 563
  * @return array
564 564
  */
@@ -584,7 +584,7 @@  discard block
 block discarded – undo
584 584
  *
585 585
  * @since 2.1
586 586
  *
587
- * @param $file_id
587
+ * @param integer $file_id
588 588
  *
589 589
  * @return false|string file content
590 590
  */
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
@@ -638,7 +638,7 @@
 block discarded – undo
638 638
 	 * @since  2.4.0
639 639
 	 * @access public
640 640
 	 *
641
-	 * @param $query_var
641
+	 * @param string $query_var
642 642
 	 * @param $value
643 643
 	 */
644 644
 	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/forms/functions.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -302,7 +302,7 @@  discard block
 block discarded – undo
302 302
  * @since  1.0
303 303
  * @since  1.8.16 Add security check
304 304
  *
305
- * @return bool
305
+ * @return false|null
306 306
  */
307 307
 function give_listen_for_failed_payments() {
308 308
 
@@ -1333,7 +1333,7 @@  discard block
 block discarded – undo
1333 1333
  * @since 2.2.0
1334 1334
  *
1335 1335
  * @param array|integer   $price_or_level_id Price level data.
1336
- * @param boolean|integer $form_id           Donation Form ID.
1336
+ * @param integer $form_id           Donation Form ID.
1337 1337
  *
1338 1338
  * @return boolean
1339 1339
  */
@@ -1437,7 +1437,7 @@  discard block
 block discarded – undo
1437 1437
  *
1438 1438
  * @since 2.2.0
1439 1439
  *
1440
- * @return object
1440
+ * @return Give_Donor
1441 1441
  */
1442 1442
 function give_get_name_with_title_prefixes( $donor ) {
1443 1443
 
@@ -1482,7 +1482,7 @@  discard block
 block discarded – undo
1482 1482
  *
1483 1483
  * @since 2.2.0
1484 1484
  *
1485
- * @return array
1485
+ * @return string|boolean
1486 1486
  */
1487 1487
 function give_get_default_title_prefixes() {
1488 1488
 	/**
Please login to merge, or discard this patch.
includes/gateways/stripe/includes/admin/admin-actions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  *
21 21
  * @since 2.5.0
22 22
  *
23
- * @return void
23
+ * @return false|null
24 24
  */
25 25
 function give_stripe_connect_save_options() {
26 26
 
Please login to merge, or discard this patch.
includes/admin/admin-actions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
 /**
39 39
  * Redirect admin to clean url give admin pages.
40 40
  *
41
- * @return bool
41
+ * @return false|null
42 42
  * @since 1.8
43 43
  *
44 44
  */
@@ -1140,7 +1140,7 @@  discard block
 block discarded – undo
1140 1140
  * @param int $user_id
1141 1141
  *
1142 1142
  * @access public
1143
- * @return bool
1143
+ * @return false|null
1144 1144
  * @since  2.0
1145 1145
  *
1146 1146
  */
@@ -1183,7 +1183,7 @@  discard block
 block discarded – undo
1183 1183
  * @param int          $user_id       User ID.
1184 1184
  * @param WP_User|bool $old_user_data User data.
1185 1185
  *
1186
- * @return bool
1186
+ * @return false|null
1187 1187
  * @since  1.4.3
1188 1188
  * @access public
1189 1189
  *
Please login to merge, or discard this patch.
includes/admin/emails/class-donor-register-email.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
 		 * @param string                    $email_preview_header
125 125
 		 * @param Give_Donor_Register_Email $email
126 126
 		 *
127
-		 * @return bool
127
+		 * @return string|null
128 128
 		 * @since  2.0
129 129
 		 * @access public
130 130
 		 */
Please login to merge, or discard this patch.
includes/gateways/functions.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
  *
80 80
  * @since 1.0
81 81
  *
82
- * @param  $form_id      int ID of the Give Form
82
+ * @param  null|integer $form_id      int ID of the Give Form
83 83
  *
84 84
  * @return string Gateway ID
85 85
  */
Please login to merge, or discard this patch.