Completed
Push — dev-master ( 907013...7faf0d )
by Derek Stephen
03:44 queued 01:50
created
src/Mvc/Controller.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @param $key
124
+     * @param string $key
125 125
      * @param $val
126 126
      * @return $this
127 127
      */
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
     /**
209 209
      *  Only used if Layout & View disabled
210 210
      *
211
-     * @param $body
211
+     * @param string $body
212 212
      */
213 213
     public function setBody($body)
214 214
     {
@@ -256,8 +256,8 @@  discard block
 block discarded – undo
256 256
     }
257 257
 
258 258
     /**
259
-     * @param $key
260
-     * @param $value
259
+     * @param string $key
260
+     * @param string $value
261 261
      * @return $this
262 262
      */
263 263
     public function setHeader($key, $value)
@@ -267,7 +267,6 @@  discard block
 block discarded – undo
267 267
     }
268 268
 
269 269
     /**
270
-     * @param array $headers
271 270
      * @return Controller
272 271
      */
273 272
     public function getHeader($key)
Please login to merge, or discard this patch.