Skip to content

Commit

Permalink
[HttpFoundation] fixed outdated documentation for the Controller clas…
Browse files Browse the repository at this point in the history
…s, which does not implement ArrayAccess anymore.
  • Loading branch information
Hugo Hamon authored and fabpot committed Jan 22, 2011
1 parent 72b7876 commit c13b0db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php
Expand Up @@ -17,8 +17,7 @@
/**
* 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>
*/
Expand Down

0 comments on commit c13b0db

Please sign in to comment.