@@ -22,7 +22,7 @@ |
||
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 | */ |
@@ -256,6 +256,9 @@ |
||
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; |
@@ -201,6 +201,9 @@ |
||
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') |
@@ -33,7 +33,7 @@ discard block |
||
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 |
||
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 |
||
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 |