fix a typo

This commit is contained in:
Victor Berchet 2010-12-23 09:56:05 +01:00 committed by Fabien Potencier
parent b7db5482d7
commit de42cfdf3e

View File

@ -118,7 +118,7 @@ class ParameterBag implements ParameterBagInterface
* *
* @param mixed $value A value * @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) public function resolveValue($value)
{ {