8000 minor #9081 Use escaped backslashes (adursun) · symfony/symfony-docs@c83e12e · GitHub
[go: up one dir, main page]

Skip to content

Commit c83e12e

Browse files
committed
minor #9081 Use escaped backslashes (adursun)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9081). Discussion ---------- Use escaped backslashes Commits ------- ba4b720 Use escaped backslashes
2 parents 591ed80 + ba4b720 commit c83e12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ Troubleshooting
689689

690690
Here are some common errors you might see while working with routing:
691691

692-
Controller "AppBundle\Controller\BlogController::showAction()" requires that you
692+
Controller "AppBundle\\Controller\\BlogController::showAction()" requires that you
693693
provide a value for the "$slug" argument.
694694

695695
This happens when your controller method has an argument (e.g. ``$slug``)::

0 commit comments

Comments
 (0)
0