Browse Source

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

Hugo Hamon 13 years ago
parent
commit
9cd0b03aea
1 changed files with 1 additions and 1 deletions
  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
      */