[DependencyInjection] fixed phpdoc

This commit is contained in:
Fabien Potencier 2010-04-06 16:31:51 +02:00
parent 7c628a98d2
commit 1816b8543e

View File

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