ソースを参照

Improved doc block

Mischa ter Smitten 11 年 前
コミット
a441a71f77
2 ファイル変更2 行追加2 行削除
  1. 1 1
      app/Config/Schema/i18n.php
  2. 1 1
      app/Config/Schema/sessions.php

+ 1 - 1
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;

+ 1 - 1
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;