Completed
Push — master ( 2bc10c...73f449 )
by Kristof
06:26
created
src/EventExport/EventExportService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.