Test Failed
Push — issue/1920 ( c3a9e0 )
by Ravinder
441:16 queued 433:44
created
includes/forms/functions.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
  *
156 156
  * Used to redirect a user back to the donation form if there are errors present.
157 157
  *
158
- * @param array $args
158
+ * @param string $args
159 159
  *
160 160
  * @access public
161 161
  * @since  1.0
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
  * @since  1.0
302 302
  * @since  1.8.16 Add security check
303 303
  *
304
- * @return bool
304
+ * @return false|null
305 305
  */
306 306
 function give_listen_for_failed_payments() {
307 307
 
@@ -753,7 +753,7 @@  discard block
 block discarded – undo
753 753
  *
754 754
  * @param int $form_id ID number of the form to retrieve the minimum price for
755 755
  *
756
- * @return mixed string|int Minimum price of the form
756
+ * @return string string|int Minimum price of the form
757 757
  */
758 758
 function give_get_form_minimum_price( $form_id = 0 ) {
759 759
 
@@ -774,7 +774,7 @@  discard block
 block discarded – undo
774 774
  *
775 775
  * @param int $form_id Donate Form ID
776 776
  *
777
- * @return bool|float
777
+ * @return string
778 778
  */
779 779
 function give_get_form_maximum_price( $form_id = 0 ) {
780 780
 
Please login to merge, or discard this patch.