Explorar el Código

fixing API doc issue found by Scrutinizer

El RIDO hace 7 años
padre
commit
1baa1c2b0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/Request.php

+ 1 - 1
lib/Request.php

@@ -185,7 +185,7 @@ class Request
      * @access public
      * @param  string $param
      * @param  string|array $default
-     * @return string
+     * @return string|array
      */
     public function getParam($param, $default = '')
     {