Skip to content

Commit

Permalink
Update docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 5, 2015
1 parent 4c43cef commit 023d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ORM/Behavior/TranslateBehavior.php
Expand Up @@ -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)
Expand Down

0 comments on commit 023d368

Please sign in to comment.