Explorar el Código

[HttpFoundation] fixed phpdoc in ParameterBag::getInt() method.

Hugo Hamon hace 13 años
padre
commit
9cd0b03aea
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Symfony/Component/HttpFoundation/ParameterBag.php

+ 1 - 1
src/Symfony/Component/HttpFoundation/ParameterBag.php

@@ -234,7 +234,7 @@ class ParameterBag
      * @param mixed   $default The default value if the parameter key does not exist
      * @param boolean $deep If true, a path like foo[bar] will find deeper items
      *
-     * @return string The filtered value
+     * @return int The filtered value
      *
      * @api
      */