From e322a177d11e8a1f5477803978c40f9da825b81f Mon Sep 17 00:00:00 2001 From: Mark Story Date: Wed, 7 Oct 2015 21:44:18 -0400 Subject: [PATCH] Add missing doc comment. Refs #6975 --- src/ORM/Query.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ORM/Query.php b/src/ORM/Query.php index 6c85c4015a1..67bf23dfe75 100644 --- a/src/ORM/Query.php +++ b/src/ORM/Query.php @@ -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 */