Victor Berchet преди 14 години
родител
ревизия
de42cfdf3e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php

+ 1 - 1
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)
     {