Completed
Push — master ( c5e4a1...3fb4cd )
by Thomas
18:01 queued 12:34
created
src/MongoDB/MongoDBEntityIdForQueryLookup.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@
 block discarded – undo
64 64
 		return $this->formatResults( $this->doQuery( $queryDescription, $queryOptions, $entityType ) );
65 65
 	}
66 66
 
67
+	/**
68
+	 * @param string $entityType
69
+	 */
67 70
 	private function doQuery( Description $queryDescription, QueryOptions $queryOptions = null, $entityType ) {
68 71
 		$cursor = $this->database
69 72
 			->selectCollection( $entityType )
Please login to merge, or discard this patch.