Completed
Pull Request — master (#385)
by Anton
05:24
created
src/Proxy/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
      *
158 158
      * @param  string $key
159 159
      * @param  null   $default
160
-     * @return mixed
160
+     * @return string|null
161 161
      * @link http://msdn.microsoft.com/en-us/library/system.web.httprequest.item.aspx
162 162
      */
163 163
     public static function getParam($key, $default = null)
Please login to merge, or discard this patch.