Test Failed
Push — master ( 76928d...4654fc )
by Devin
09:23
created
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.