Completed
Push — master ( a28409...20baf9 )
by Michael
01:24
created
class/helper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     */
56 56
     /**
57 57
      * ContactHelper constructor.
58
-     * @param $debug
58
+     * @param boolean $debug
59 59
      */
60 60
     protected function __construct($debug)
61 61
     {
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     /**
125 125
      * @param null $name
126 126
      * @param null $value
127
-     * @return mixed
127
+     * @return string
128 128
      */
129 129
     public function setConfig($name = null, $value = null)
130 130
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     */
142 142
     /**
143 143
      * @param $name
144
-     * @return mixed
144
+     * @return string
145 145
      */
146 146
     public function &getHandler($name)
147 147
     {
Please login to merge, or discard this patch.