mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Improved doc block
This commit is contained in:
parent
a69e9bc63b
commit
a441a71f77
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue