瀏覽代碼

fix a typo

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