Explorar o código

[DependencyInjection] fixed phpdoc

Fabien Potencier %!s(int64=15) %!d(string=hai) anos
pai
achega
1816b8543e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
   {