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

This commit is contained in:
Hugo Hamon 2012-04-18 17:30:08 +02:00
parent b12f32612d
commit 9cd0b03aea

View File

@ -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
*/