From a441a71f77c84743c1d3896d41f62cef8ffec4c1 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Thu, 18 Sep 2014 11:55:31 +0200 Subject: [PATCH] Improved doc block --- app/Config/Schema/i18n.php | 2 +- app/Config/Schema/sessions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Config/Schema/i18n.php b/app/Config/Schema/i18n.php index 3176aa2f0..15a446b48 100644 --- a/app/Config/Schema/i18n.php +++ b/app/Config/Schema/i18n.php @@ -33,7 +33,7 @@ class I18nSchema extends CakeSchema { * Before callback. * * @param array $event Schema object properties - * @return boolean Should process continue + * @return bool Should process continue */ public function before($event = array()) { return true; diff --git a/app/Config/Schema/sessions.php b/app/Config/Schema/sessions.php index 6157c34e7..27f76d0a0 100644 --- a/app/Config/Schema/sessions.php +++ b/app/Config/Schema/sessions.php @@ -32,7 +32,7 @@ class SessionsSchema extends CakeSchema { * Before callback. * * @param array $event Schema object properties - * @return boolean Should process continue + * @return bool Should process continue */ public function before($event = array()) { return true;