Completed
Push — dev2 ( 81b774...143263 )
by Gordon
02:53
created
src/SilverStripe/Elastica/ElasticaService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -198,6 +198,9 @@
 block discarded – undo
198 198
 	}
199 199
 
200 200
 
201
+	/**
202
+	 * @param Search $search
203
+	 */
201 204
 	private function addTypesToSearch(&$search, $type) {
202 205
 		// If the query is a 'more like this' we can get the terms used for searching by performing
203 206
 		// an extra query, in this case a query validation with explain and rewrite turned on
Please login to merge, or discard this patch.