Completed
Push — master ( 016423...f17443 )
by Derek Stephen
05:37
created
src/Mvc/Controller.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
 
113 113
     /**
114 114
      * @param $param
115
-     * @return mixed
115
+     * @return string|null
116 116
      */
117 117
     public function getParam($param)
118 118
     {
@@ -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
     {
Please login to merge, or discard this patch.