Completed
Pull Request — master (#17)
by
unknown
25:54 queued 10:57
created
examples/callback_csv.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,9 +69,9 @@
 block discarded – undo
69 69
 /**
70 70
  * Function to clean the data from the Callback Function for optimized display
71 71
  *
72
- * @param $email
73
- * @param $bounce_type
74
- * @param $remove
72
+ * @param string $email
73
+ * @param string $bounce_type
74
+ * @param boolean $remove
75 75
  *
76 76
  * @return mixed
77 77
  */
Please login to merge, or discard this patch.
examples/callback_database.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,9 +58,9 @@
 block discarded – undo
58 58
 /**
59 59
  * Function to clean the data from the Callback Function for optimized display
60 60
  *
61
- * @param $email
62
- * @param $bounceType
63
- * @param $remove
61
+ * @param string $email
62
+ * @param string $bounceType
63
+ * @param boolean $remove
64 64
  *
65 65
  * @return mixed
66 66
  */
Please login to merge, or discard this patch.
examples/callback_echo.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -58,9 +58,9 @@
 block discarded – undo
58 58
 /**
59 59
  * Function to clean the data from the Callback Function for optimized display
60 60
  *
61
- * @param $email
62
- * @param $bounceType
63
- * @param $remove
61
+ * @param string $email
62
+ * @param string $bounceType
63
+ * @param boolean $remove
64 64
  *
65 65
  * @return mixed
66 66
  */
Please login to merge, or discard this patch.