Improved doc block

This commit is contained in:
Mischa ter Smitten 2014-09-18 11:55:31 +02:00
parent a69e9bc63b
commit a441a71f77
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;