Browse Source

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

Hugo Hamon 14 years ago
parent
commit
c13b0db4c8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php

+ 1 - 2
src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php

@@ -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>
  */