8000 bug #12191 Fixed namespace in example (raitocz) · symfony/symfony-docs@22ee54a · GitHub
[go: up one dir, main page]

Skip to content

Commit 22ee54a

Browse files
committed
bug #12191 Fixed namespace in example (raitocz)
This PR was merged into the 4.3 branch. Discussion ---------- Fixed namespace in example PSR-4 I guess... it is also later referenced in next example <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 15fdde4 Fixed namespace in example
2 parents 399cd73 + 15fdde4 commit 22ee54a

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