[HttpFoundation] fixed outdated documentation for the Controller class, which does not implement ArrayAccess anymore.

This commit is contained in:
Hugo Hamon 2011-01-21 20:38:24 +01:00 committed by Fabien Potencier
parent 72b7876c80
commit c13b0db4c8

View File

@ -17,8 +17,7 @@ use Symfony\Component\DependencyInjection\ContainerAware;
/**
* Controller is a simple implementation of a Controller.
*
* It provides methods to common features needed in controllers
* and an array access to the container services.
* It provides methods to common features needed in controllers.
*
* @author Fabien Potencier <fabien.potencier@symfony-project.com>
*/