Skip to content

Commit 711be67

Browse files
committed
bug symfony#5397 Escape backslash in error message (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- Escape backslash in error message Commits ------- 39c7c44 Escape backslash in error message
2 parents 545d872 + 39c7c44 commit 711be67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ probably only need one. If you *do* have multiple, you can configure which
371371
Try to login using username ``admin`` and password ``kitten``. You should
372372
see an error!
373373

374-
No encoder has been configured for account "Symfony\Component\Security\Core\User\User"
374+
No encoder has been configured for account "Symfony\\Component\\Security\\Core\\User\\User"
375375

376376
To fix this, add an ``encoders`` key:
377377

0 commit comments

Comments
 (0)