Completed
Push — master ( ad129c...1d4a66 )
by Filipe
16:47
created
src/Input/AbstractInput.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * Get input name
71 71
      *
72
-     * @return mixed
72
+     * @return string
73 73
      */
74 74
     public function getName()
75 75
     {
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
      * 
147 147
      * @param mixed $value
148 148
      * 
149
-     * @return mixed
149
+     * @return AbstractInput
150 150
      */
151 151
     public function setValue($value)
152 152
     {
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
     /**
282 282
      * If input is multiple get the instance value of it
283 283
      *
284
-     * @return mixed
284
+     * @return string|null
285 285
      */
286 286
     public function getInstanceValue()
287 287
     {
Please login to merge, or discard this patch.