Completed
Pull Request — master (#1066)
by Tim
05:25 queued 01:49
created
lib/Elastica/Tool/CrossIndex.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Elastica\Index;
6 6
 use Elastica\Query\MatchAll;
7 7
 use Elastica\ScanAndScroll;
8
-use Elastica\Search;
9 8
 use Elastica\Type;
10 9
 
11 10
 /**
Please login to merge, or discard this patch.
lib/Elastica/Multi/Search.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @return array|\Elastica\Search[]
114
+     * @return BaseSearch[]
115 115
      */
116 116
     public function getSearches()
117 117
     {
Please login to merge, or discard this patch.