Completed
Push — master ( 78b9ae...0eb270 )
by
unknown
02:50
created
src/Search.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,6 +68,9 @@  discard block
 block discarded – undo
68 68
      */
69 69
     private $builder;
70 70
 
71
+    /**
72
+     * @param BuilderInterface $builder
73
+     */
71 74
     public function __construct(Client $client, ?BuilderInterface $builder = null)
72 75
     {
73 76
         $this->_client = $client;
@@ -99,7 +102,7 @@  discard block
 block discarded – undo
99 102
     /**
100 103
      * Add array of indices at once.
101 104
      *
102
-     * @param Index[]|string[] $indices
105
+     * @param Index[] $indices
103 106
      */
104 107
     public function addIndices(array $indices = []): self
105 108
     {
Please login to merge, or discard this patch.