Skip to content

Commit 9c671f7

Browse files
committed
minor #5801 namespace fix (OskarStark)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #5801). Discussion ---------- namespace fix Greetings from Symfony Live Berlin 2015 - Hack Day 😄 Commits ------- a4b7207 fix use statement
2 parents 31686aa + a4b7207 commit 9c671f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/registration_form.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ option to ``false``::
375375

376376
// src/AppBundle/Form/UserType.php
377377
// ...
378-
use Symfony\\Component\\Validator\\Constraints\\IsTrue;
378+
use Symfony\Component\Validator\Constraints\IsTrue;
379379

380380
class UserType extends AbstractType
381381
{

0 commit comments

Comments
 (0)