Skip to content

Commit 259132b

Browse files
authored
Merge pull request #972 from cakephp/steinkel-patch-1
Update app.php
2 parents 5e4c6be + 56ded02 commit 259132b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/app.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@
146146
* Options:
147147
*
148148
* - `errorLevel` - int - The level of errors you are interested in capturing.
149-
* - `trace` - boolean - Whether or not backtraces should be included in
149+
* - `trace` - boolean - Whether backtraces should be included in
150150
* logged errors/exceptions.
151-
* - `log` - boolean - Whether or not you want exceptions logged.
151+
* - `log` - boolean - Whether you want exceptions logged.
152152
* - `exceptionRenderer` - string - The class responsible for rendering uncaught exceptions.
153-
* The chosen class will be used for for both CLI and web environments. If you want different
153+
* The chosen class will be used for both CLI and web environments. If you want different
154154
* classes used in CLI and web environments you'll need to write that conditional logic as well.
155155
* The conventional location for custom renderers is in `src/Error`. Your exception renderer needs to
156156
* implement the `render()` method and return either a string or Http\Response.

0 commit comments

Comments
 (0)