Explorar el Código

[FrameworkBundle] fixed phpdoc

Fabien Potencier hace 14 años
padre
commit
adc7904c33
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php

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

@@ -19,6 +19,7 @@ use Symfony\Component\Form\FormTypeInterface;
 use Symfony\Component\Form\Form;
 use Symfony\Component\Form\FormBuilder;
 use Symfony\Bundle\DoctrineBundle\Registry;
+use Symfony\Component\HttpFoundation\Request;
 
 /**
  * Controller is a simple implementation of a Controller.
@@ -141,7 +142,7 @@ class Controller extends ContainerAware
     /**
      * Shortcut to return the request service.
      *
-     * @return Symfony\Component\HttpFoundation\Request
+     * @return Request
      */
     public function getRequest()
     {