Skip to content

Commit

Permalink
Add missing doc comment.
Browse files Browse the repository at this point in the history
Refs #6975
  • Loading branch information
markstory committed Oct 8, 2015
1 parent af274b8 commit e322a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ORM/Query.php
Expand Up @@ -307,6 +307,8 @@ public function contain($associations = null, $override = false)
* the query.
*
* @param \Cake\ORM\Table $table The table instance to pluck associations from.
* @param \Cake\Database\TypeMap $typeMap The typemap to check for columns in.
* This typemap is indirectly mutated via Cake\ORM\Query::addDefaultTypes()
* @param array $associations The nested tree of associations to walk.
* @return void
*/
Expand Down

0 comments on commit e322a17

Please sign in to comment.