Преглед изворни кода

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

Hugo Hamon пре 13 година
родитељ
комит
9cd0b03aea
1 измењених фајлова са 1 додато и 1 уклоњено
  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
      */