@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | * A selection of items that will be included in the export. |
| 92 | 92 | * When left empty the whole query will export. |
| 93 | 93 | * |
| 94 | - * @return bool|string |
|
| 94 | + * @return false|string |
|
| 95 | 95 | * The destination url of the export file or false if no events were found. |
| 96 | 96 | */ |
| 97 | 97 | public function exportEvents( |
@@ -263,7 +263,7 @@ discard block |
||
| 263 | 263 | * Generator that yields each unique search result. |
| 264 | 264 | * |
| 265 | 265 | * @param int $totalItemCount |
| 266 | - * @param string|object $query |
|
| 266 | + * @param EventExportQuery $query |
|
| 267 | 267 | * @param LoggerInterface $logger |
| 268 | 268 | * |
| 269 | 269 | * @return \Generator |