10000 [FrameworkBundle] fixes outdated phpdoc on Controller::createForm() m… · symfony/symfony@f8e8711 · GitHub
[go: up one dir, main page]

Skip to content

Commit f8e8711

Browse files
author
Hugo Hamon
committed
[FrameworkBundle] fixes outdated phpdoc on Controller::createForm() method.
1 parent 06dd574 commit f8e8711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ protected function createAccessDeniedException($message = 'Access Denied.', \Exc
275275
/**
276276
* Creates and returns a Form instance from the type of the form.
277277
*
278-
* @param string|FormTypeInterface $type The built type of the form
279-
* @param mixed $data The initial data for the form
280-
* @param array $options Options for the form
278+
* @param string $type The fully qualified namespace of the form type class
279+
* @param mixed $data The initial data for the form
280+
* @param array $options Options for the form
281281
*
282282
* @return Form
283283
*/

0 commit comments

Comments
 (0)
0