浏览代码

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