Browse Source

[FrameworkBundle] fixed phpdoc

Fabien Potencier 14 years ago
parent
commit
adc7904c33
1 changed files with 2 additions and 1 deletions
  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()
     {