Skip to content

Commit c93df16

Browse files
committed
minor symfony#17920 [HttpFoundation] Remove @throws from ParameterBag::get() PHPDoc (CarsonF)
This PR was merged into the 3.0 branch. Discussion ---------- [HttpFoundation] Remove @throws from ParameterBag::get() PHPDoc | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT This was for the now removed deep flag. Commits ------- cdfb696 [HttpFoundation] Remove @throws from ParameterBag::get() PHPDoc. This was for the now removed deep flag.
2 parents 2e22c39 + cdfb696 commit c93df16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Component/HttpFoundation/ParameterBag.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ public function add(array $parameters = array())
8282
* @param mixed $default The default value if the parameter key does not exist
8383
*
8484
* @return mixed
85-
*
86-
* @throws \InvalidArgumentException
8785
*/
8886
public function get($key, $default = null)
8987
{

0 commit comments

Comments
 (0)