diff --git a/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php b/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php index daf315d345..5455af5cb7 100644 --- a/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php +++ b/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php @@ -118,7 +118,7 @@ class ParameterBag implements ParameterBagInterface * * @param mixed $value A value * - * @throws \RuntimeException if a placeholder references a parameter that does not exist + * @throws \InvalidArgumentException if a placeholder references a parameter that does not exist */ public function resolveValue($value) {