From de42cfdf3e35955b52813755f8be0cfbe4fea942 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Thu, 23 Dec 2010 09:56:05 +0100 Subject: [PATCH] fix a typo --- .../Component/DependencyInjection/ParameterBag/ParameterBag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {