Test Setup Failed
Push — master ( 6f1af0...be0039 )
by Mehmet
05:42
created
src/ElasticSearch.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 /*
5 5
 Elasticsearch Adapter
6 6
 */
7
-Use Elasticsearch\Client;
7
+use Elasticsearch\Client;
8 8
 
9 9
 final class ElasticSearch implements Base
10 10
 {
Please login to merge, or discard this patch.
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -201,6 +201,9 @@
 block discarded – undo
201 201
         return 0;
202 202
     }
203 203
 
204
+    /**
205
+     * @param string[] $fields
206
+     */
204 207
     public function find(
205 208
         string $collection,
206 209
             ?array $filters,
Please login to merge, or discard this patch.