Completed
Push — 7.x-1.x ( a3b042...5222fe )
by Brian
01:46
created
modules/elastica/search_api_elasticsearch_elastica.api.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,6 @@
 block discarded – undo
22 22
  *
23 23
  * @param \Elastica\Query $elastica_query
24 24
  *   The Elastica query object to be altered.
25
- * @param SearchApiQueryInterface $query
26
- *   The original Search API query.
27 25
  */
28 26
 function hook_search_api_elasticsearch_elastica_query_alter(\Elastica\Query &$elastica_query, SearchApiQueryInterface $search_api_query) {
29 27
 
Please login to merge, or discard this patch.
modules/elastica/tests/phpunit/SearchApiElasticsearchElasticaTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
   /**
11 11
    * setUp
12 12
    *
13
-   * @param mixed $config
14 13
    * @access public
15 14
    * @return void
16 15
    */
Please login to merge, or discard this patch.