Преглед изворни кода

[FrameworkBundle] fixed phpdoc

Fabien Potencier пре 14 година
родитељ
комит
adc7904c33
1 измењених фајлова са 2 додато и 1 уклоњено
  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()
     {