Completed
Pull Request — master (#1051)
by Karel
07:07
created
Finder/TransformedFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
      * @param null|int $limit
70 70
      * @param array    $options
71 71
      *
72
-     * @return array
72
+     * @return \Elastica\Result[]
73 73
      */
74 74
     protected function search($query, $limit = null, $options = array())
75 75
     {
Please login to merge, or discard this patch.
Tests/Doctrine/AbstractProviderTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
     /**
289 289
      * @param boolean $setSliceFetcher Whether or not to set the slice fetcher.
290 290
      *
291
-     * @return \FOS\ElasticaBundle\Doctrine\AbstractProvider|\PHPUnit_Framework_MockObject_MockObject
291
+     * @return \PHPUnit_Framework_MockObject_MockObject
292 292
      */
293 293
     private function getMockAbstractProvider($setSliceFetcher = true)
294 294
     {
Please login to merge, or discard this patch.
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   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * @param array $options
82 82
      *
83
-     * @return \PHPUnit_Framework_MockObject_MockObject|\FOS\ElasticaBundle\Doctrine\AbstractElasticaToModelTransformer
83
+     * @return \PHPUnit_Framework_MockObject_MockObject
84 84
      */
85 85
     private function createMockTransformer($options = array())
86 86
     {
@@ -256,6 +256,9 @@  discard block
 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.