Skip to content

Commit 2ad32e9

Browse files
committed
Update 2-the-view-layer.md
1 parent b25379a commit 2ad32e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/doc/2-the-view-layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ A response example of an invalid form:
127127

128128
If you don't like the default exception structure, you can provide your own implementation.
129129

130-
- Implement the ``ExceptionWrapperHandlerInterface``
130+
_Implement the ExceptionWrapperHandlerInterface_:
131131

132132
``` php
133133
namespace My\Bundle\Handler;
@@ -147,7 +147,7 @@ class MyExceptionWrapperHandler implements ExceptionWrapperHandlerInterface
147147

148148
In the `wrap` method return any object or array
149149

150-
- Update the config.yml
150+
_Update the config.yml_:
151151

152152
``` yaml
153153
fos_rest:

0 commit comments

Comments
 (0)