소스 검색

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

Hugo Hamon 14 년 전
부모
커밋
c13b0db4c8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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>
  */