Skip to content

Commit

Permalink
[HttpFoundation] Fix typo for ParameterBag getters
Browse files Browse the repository at this point in the history
[HttpFoundation] Fix typo for max number of arguments for ParameterBag getters
  • Loading branch information
rendler-denis committed Feb 17, 2016
1 parent 4924513 commit c440050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/http_foundation/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ has some methods to filter the input values:
:method:`Symfony\\Component\\HttpFoundation\\ParameterBag::filter`
Filters the parameter by using the PHP :phpfunction:`filter_var` function.

All getters takes up to three arguments: the first one is the parameter name
All getters take up to two arguments: the first one is the parameter name
and the second one is the default value to return if the parameter does not
exist::

Expand Down

0 comments on commit c440050

Please sign in to comment.