From a72288c3783733c5730c5a8abe1bd20dac10fbd2 Mon Sep 17 00:00:00 2001 From: Juan Basso Date: Sun, 1 Apr 2012 16:55:12 -0400 Subject: [PATCH] Fixing doc. --- app/Config/core.php | 4 ++-- lib/Cake/Console/Templates/skel/Config/core.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Config/core.php b/app/Config/core.php index 91a444457..bb4279cef 100644 --- a/app/Config/core.php +++ b/app/Config/core.php @@ -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. diff --git a/lib/Cake/Console/Templates/skel/Config/core.php b/lib/Cake/Console/Templates/skel/Config/core.php index 63fdfae92..13cdc0e6d 100644 --- a/lib/Cake/Console/Templates/skel/Config/core.php +++ b/lib/Cake/Console/Templates/skel/Config/core.php @@ -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.