Ver Fonte

[WebProfilerBundle] fixed controllers

Johannes Schmitt há 14 anos atrás
pai
commit
32ddfc322a

+ 1 - 0
src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionController.php

@@ -20,6 +20,7 @@ use Symfony\Bundle\FrameworkBundle\Controller\ExceptionController as BaseExcepti
 /**
  * ExceptionController.
  *
+ * @ignorePhpDoc
  * @author Fabien Potencier <fabien@symfony.com>
  */
 class ExceptionController extends BaseExceptionController

+ 1 - 0
src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php

@@ -19,6 +19,7 @@ use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
 /**
  * ProfilerController.
  *
+ * @ignorePhpDoc
  * @author Fabien Potencier <fabien@symfony.com>
  */
 class ProfilerController extends ContainerAware