Test Failed
Push — master ( 0a75e1...2c5ac2 )
by Ravinder
08:47
created
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/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' );
@@ -704,7 +704,7 @@  discard block
 block discarded – undo
704 704
  *
705 705
  * @todo  Remove this, when WordPress Core ticket is resolved (https://core.trac.wordpress.org/ticket/16828).
706 706
  *
707
- * @return bool
707
+ * @return false|null
708 708
  */
709 709
 function give_donation_metabox_menu() {
710 710
 
@@ -1013,7 +1013,7 @@  discard block
 block discarded – undo
1013 1013
  *
1014 1014
  * @since 1.8
1015 1015
  *
1016
- * @param $form_id
1016
+ * @param integer $form_id
1017 1017
  *
1018 1018
  * @return bool
1019 1019
  */
@@ -1120,7 +1120,7 @@  discard block
 block discarded – undo
1120 1120
  * @param int    $id
1121 1121
  * @param string $meta_key
1122 1122
  * @param mixed  $meta_value
1123
- * @param mixed  $prev_value
1123
+ * @param string  $prev_value
1124 1124
  *
1125 1125
  * @return mixed
1126 1126
  */
@@ -1379,7 +1379,7 @@  discard block
 block discarded – undo
1379 1379
  * @since 1.8.13
1380 1380
  *
1381 1381
  * @param array      $list      List of objects or arrays
1382
- * @param int|string $field     Field from the object to place instead of the entire object
1382
+ * @param string $field     Field from the object to place instead of the entire object
1383 1383
  * @param int|string $index_key Optional. Field from the object to use as keys for the new array.
1384 1384
  *                              Default null.
1385 1385
  *
@@ -1817,7 +1817,7 @@  discard block
 block discarded – undo
1817 1817
  *
1818 1818
  * @since 2.1
1819 1819
  *
1820
- * @param $form_id
1820
+ * @param integer $form_id
1821 1821
  *
1822 1822
  * @return bool
1823 1823
  */
@@ -2390,7 +2390,7 @@  discard block
 block discarded – undo
2390 2390
  *
2391 2391
  * @since 2.4.1
2392 2392
  *
2393
- * @return bool|mixed
2393
+ * @return string|null
2394 2394
  */
2395 2395
 function give_display_donation_receipt( $args ) {
2396 2396
 	
Please login to merge, or discard this patch.