소스 검색

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