We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25379a commit 2ad32e9Copy full SHA for 2ad32e9
Resources/doc/2-the-view-layer.md
@@ -127,7 +127,7 @@ A response example of an invalid form:
127
128
If you don't like the default exception structure, you can provide your own implementation.
129
130
-- Implement the ``ExceptionWrapperHandlerInterface``
+_Implement the ExceptionWrapperHandlerInterface_:
131
132
``` php
133
namespace My\Bundle\Handler;
@@ -147,7 +147,7 @@ class MyExceptionWrapperHandler implements ExceptionWrapperHandlerInterface
147
148
In the `wrap` method return any object or array
149
150
-- Update the config.yml
+_Update the config.yml_:
151
152
``` yaml
153
fos_rest:
0 commit comments