소스 검색

fixed PHPDoc

Noël GUILBERT 14 년 전
부모
커밋
e4b3d7c9c8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Templating/Helper/ActionsHelper.php

@@ -27,7 +27,7 @@ class ActionsHelper extends Helper
     /**
      * Constructor.
      *
-     * @param Constructor $container A ContainerInterface instance
+     * @param Constructor $resolver A ControllerResolver instance
      */
     public function __construct(ControllerResolver $resolver)
     {