Skip to content

Commit cdfb696

Browse files
committed
[HttpFoundation] Remove @throws from ParameterBag::get() PHPDoc. This was for the now removed deep flag.
1 parent 6782cfa commit cdfb696

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)