Completed
Branch master (9cc8f7)
by brian
02:24
created
src/Replace/Replace.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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,
Please login to merge, or discard this patch.