Victor Berchet 14 gadi atpakaļ
vecāks
revīzija
de42cfdf3e

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