@@ -190,7 +190,7 @@ |
||
| 190 | 190 | /** |
| 191 | 191 | * Returns parsed current line. |
| 192 | 192 | * |
| 193 | - * @return mixed |
|
| 193 | + * @return string |
|
| 194 | 194 | */ |
| 195 | 195 | public function current() |
| 196 | 196 | { |
@@ -193,7 +193,7 @@ |
||
| 193 | 193 | /** |
| 194 | 194 | * Returns elasticsearch data collector definition. |
| 195 | 195 | * |
| 196 | - * @param array $loggers |
|
| 196 | + * @param string[] $loggers |
|
| 197 | 197 | * |
| 198 | 198 | * @return Definition |
| 199 | 199 | */ |
@@ -632,7 +632,7 @@ |
||
| 632 | 632 | } |
| 633 | 633 | |
| 634 | 634 | /** |
| 635 | - * @return int |
|
| 635 | + * @return string |
|
| 636 | 636 | */ |
| 637 | 637 | public function getTimeout() |
| 638 | 638 | { |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | * Constructor. |
| 38 | 38 | * |
| 39 | 39 | * @param array $rawData |
| 40 | - * @param null $converter |
|
| 40 | + * @param Converter $converter |
|
| 41 | 41 | */ |
| 42 | 42 | public function __construct($rawData, $converter = null) |
| 43 | 43 | { |
@@ -56,7 +56,7 @@ |
||
| 56 | 56 | * |
| 57 | 57 | * @param array $rawData |
| 58 | 58 | * @param array $typesMapping |
| 59 | - * @param array $bundlesMapping |
|
| 59 | + * @param \ONGR\ElasticsearchBundle\Mapping\ClassMetadata[] $bundlesMapping |
|
| 60 | 60 | */ |
| 61 | 61 | public function __construct($rawData, $typesMapping, $bundlesMapping) |
| 62 | 62 | { |
@@ -43,7 +43,7 @@ discard block |
||
| 43 | 43 | * |
| 44 | 44 | * @param Repository $repository |
| 45 | 45 | * |
| 46 | - * @return DocumentScanIterator |
|
| 46 | + * @return RawResultScanIterator |
|
| 47 | 47 | */ |
| 48 | 48 | public function setRepository($repository) |
| 49 | 49 | { |
@@ -57,7 +57,7 @@ discard block |
||
| 57 | 57 | * |
| 58 | 58 | * @param string $scrollDuration |
| 59 | 59 | * |
| 60 | - * @return DocumentScanIterator |
|
| 60 | + * @return RawResultScanIterator |
|
| 61 | 61 | */ |
| 62 | 62 | public function setScrollDuration($scrollDuration) |
| 63 | 63 | { |
@@ -71,7 +71,7 @@ discard block |
||
| 71 | 71 | * |
| 72 | 72 | * @param string $scrollId |
| 73 | 73 | * |
| 74 | - * @return DocumentScanIterator |
|
| 74 | + * @return RawResultScanIterator |
|
| 75 | 75 | */ |
| 76 | 76 | public function setScrollId($scrollId) |
| 77 | 77 | { |