Completed
Push — master ( 6bda3e...4e7d2a )
by Karel
15:37 queued 05:36
created
Tests/Logger/ElasticaLoggerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     /**
23 23
      * @param string $level
24 24
      * @param string $message
25
-     * @param array  $context
25
+     * @param string[]  $context
26 26
      *
27 27
      * @return ElasticaLogger
28 28
      */
Please login to merge, or discard this patch.
Tests/Doctrine/AbstractElasticaToModelTransformerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -256,6 +256,9 @@
 block discarded – undo
256 256
     public $id;
257 257
     public $highlights;
258 258
 
259
+    /**
260
+     * @param integer $id
261
+     */
259 262
     public function __construct($id)
260 263
     {
261 264
         $this->id = $id;
Please login to merge, or discard this patch.
Tests/Index/AliasProcessorTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -201,6 +201,9 @@
 block discarded – undo
201 201
         $this->processor = new AliasProcessor();
202 202
     }
203 203
 
204
+    /**
205
+     * @param string $name
206
+     */
204 207
     private function getMockedIndex($name)
205 208
     {
206 209
         $index = $this->getMockBuilder('FOS\\ElasticaBundle\\Elastica\\Index')
Please login to merge, or discard this patch.
Repository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param mixed $query
36
+     * @param string $query
37 37
      * @param int   $limit
38 38
      * @param array $options
39 39
      *
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @param mixed $query
48
+     * @param string $query
49 49
      * @param int   $limit
50 50
      * @param array $options
51 51
      *
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @param mixed $query
60
+     * @param string $query
61 61
      * @param array $options
62 62
      *
63 63
      * @return \Pagerfanta\Pagerfanta
Please login to merge, or discard this patch.