mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing doc.
This commit is contained in:
parent
a56f7b84e3
commit
a72288c378
2 changed files with 4 additions and 4 deletions
|
@ -42,8 +42,8 @@
|
|||
* Options:
|
||||
*
|
||||
* - `fatalErrorHandler` - callback - The callback to handle fatal errors. You can set this to any
|
||||
* callback type, including anonymous functions. Setting it to false will disable the feature.
|
||||
* - `handler` - callback - The callback to handle errors. You can set this to any callback type,
|
||||
* callable type, including anonymous functions. Setting it to false will disable the feature.
|
||||
* - `handler` - callback - The callback to handle errors. You can set this to any callable type,
|
||||
* including anonymous functions.
|
||||
* - `level` - int - The level of errors you are interested in capturing.
|
||||
* - `trace` - boolean - Include stack traces for errors in log files.
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
* Options:
|
||||
*
|
||||
* - `fatalErrorHandler` - callback - The callback to handle fatal errors. You can set this to any
|
||||
* callback type, including anonymous functions. Setting it to false will disable the feature.
|
||||
* - `handler` - callback - The callback to handle errors. You can set this to any callback type,
|
||||
* callable type, including anonymous functions. Setting it to false will disable the feature.
|
||||
* - `handler` - callback - The callback to handle errors. You can set this to any callable type,
|
||||
* including anonymous functions.
|
||||
* - `level` - int - The level of errors you are interested in capturing.
|
||||
* - `trace` - boolean - Include stack traces for errors in log files.
|
||||
|
|
Loading…
Reference in a new issue