소스 검색

[DependencyInjection] fixed phpdoc

Fabien Potencier 15 년 전
부모
커밋
1816b8543e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Components/DependencyInjection/Container.php

+ 1 - 1
src/Symfony/Components/DependencyInjection/Container.php

@@ -333,7 +333,7 @@ class Container implements ContainerInterface, \ArrayAccess
    *
    * @return mixed
    *
-   * @throws \RuntimeException When calling to an undefined method
+   * @throws \BadMethodCallException When calling to an undefined method
    */
   public function __call($method, $arguments)
   {