From 023d3683324128291b323c2d23f97fe746ec820e Mon Sep 17 00:00:00 2001 From: ADmad Date: Thu, 5 Mar 2015 08:36:23 +0530 Subject: [PATCH] Update docblock --- src/ORM/Behavior/TranslateBehavior.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ORM/Behavior/TranslateBehavior.php b/src/ORM/Behavior/TranslateBehavior.php index cc12407d077..603d653ca2c 100644 --- a/src/ORM/Behavior/TranslateBehavior.php +++ b/src/ORM/Behavior/TranslateBehavior.php @@ -372,7 +372,7 @@ public function findTranslations(Query $query, array $options) * 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)