8000 Fixed namespace in example · symfony/symfony-docs@15fdde4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15fdde4

Browse files
authored
Fixed namespace in example
PSR-4 I guess... it is also later referenced in next example
1 parent 399cd73 commit 15fdde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ extend from :class:`Symfony\\Component\\Form\\AbstractType`, which already
168168
implements the interface and provides some utilities::
169169

170170
// src/Form/Type/TaskType.php
171-
namespace App\Form;
171+
namespace App\Form\Type;
172172

173173
use Symfony\Component\Form\AbstractType;
174174
use Symfony\Component\Form\Extension\Core\Type\DateType;

0 commit comments

Comments
 (0)
0