ソースを参照

Update docblock

ADmad 11 年 前
コミット
023d368332
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/ORM/Behavior/TranslateBehavior.php

+ 1 - 1
src/ORM/Behavior/TranslateBehavior.php

@@ -372,7 +372,7 @@ class TranslateBehavior extends Behavior
      * the database table the object points at - or as a last resort, the alias
      * of the autotable instance.
      *
-     * @param Table $table The table class to get a reference name for.
+     * @param \Cake\ORM\Table $table The table class to get a reference name for.
      * @return string
      */
     protected function _referenceName(Table $table)