Ver código fonte

[WebProfilerBundle] removed @ignorePhpDoc annotations

Johannes Schmitt 14 anos atrás
pai
commit
315ef8498b

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

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

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

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