Skip to content

Commit

Permalink
minor #6286 [HttpFoundation] Fix typo for ParameterBag getters - 3.0 …
Browse files Browse the repository at this point in the history
…(rendler-denis)

This PR was merged into the 3.0 branch.

Discussion
----------

[HttpFoundation] Fix typo for ParameterBag getters - 3.0

[HttpFoundation] Fix typo for max number of arguments for ParameterBag getters for the 3.0 branch

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 3.0
| Fixed tickets | ~

Commits
-------

c440050 [HttpFoundation] Fix typo for ParameterBag getters
  • Loading branch information
wouterj committed Mar 5, 2016
2 parents fb4c526 + c440050 commit 7874bd0
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 7874bd0

Please sign in to comment.