Skip to content

Commit deadedc

Browse files
committed
Fixed a syntax issue
1 parent cf7ccb5 commit deadedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/error_handler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ PHP/XDebug output with something prettier and more useful.
135135

136136
If the :doc:`HttpFoundation component </components/http_foundation>` is
137137
available, the handler returns a Symfony's
138-
:class:`Symfony\Component\HttpFoundation\Response` object. Otherwise, it returns
138+
:class:`Symfony\\Component\\HttpFoundation\\Response` object. Otherwise, it returns
139139
a generic PHP response.
140140

141141
Use the following code (e.g. in your :ref:`front controller <architecture-front-controller>`)

0 commit comments

Comments
 (0)