@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | /** |
47 | 47 | * Performs a search on all tables in the the provided database, batching queries to the specified batch size. |
48 | 48 | * |
49 | - * @return \Generator|RowReplaceResult[] |
|
49 | + * @return \Generator |
|
50 | 50 | */ |
51 | 51 | public function replaceDatabase( |
52 | 52 | Connection $connection, |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | /** |
77 | 77 | * Performs a search on the provided table, batching queries to the specified batch size. |
78 | 78 | * |
79 | - * @return \Generator|RowReplaceResult[] |
|
79 | + * @return \Generator |
|
80 | 80 | */ |
81 | 81 | public function replaceTable( |
82 | 82 | Connection $connection, |