Completed
Push — master ( e97a02...fbd95f )
by Nekrasov
01:19
created
src/Database/SqlDatabase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
      * @param string      $columns
41 41
      * @param string|null $where
42 42
      *
43
-     * @return array
43
+     * @return \Generator
44 44
      */
45 45
     public function getRows($table, $columns, $where)
46 46
     {
Please login to merge, or discard this patch.