8000 [FrameworkBundle] fixed phpdoc · renegare/symfony@adc7904 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit adc7904

Browse files
committed
[FrameworkBundle] fixed phpdoc
1 parent aaf1300 commit adc7904

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
use Symfony\Component\Form\Form;
2020
use Symfony\Component\Form\FormBuilder;
2121
use Symfony\Bundle\DoctrineBundle\Registry;
22+
use Symfony\Component\HttpFoundation\Request;
2223

2324
/**
2425
* Controller is a simple implementation of a Controller.
@@ -141,7 +142,7 @@ public function createFormBuilder($data = null, array $options = array())
141142
/**
142143
* Shortcut to return the request service.
143144
*
144-
* @return Symfony\Component\HttpFoundation\Request
145+
* @return Request
145146
*/
146147
public function getRequest()
147148
{

0 commit comments

Comments
 (0)
0