File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
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)