Completed
Push — master ( 3b5c12...052c12 )
by Jared
02:14
created
src/Query/SelectQuery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
210 210
     /**
211 211
      * Gets the group by statement for the query.
212 212
      *
213
-     * @return GroupByStatement
213
+     * @return OrderStatement
214 214
      */
215 215
     public function getGroupBy()
216 216
     {
Please login to merge, or discard this patch.
src/Statement/FromStatement.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * - addTable('Table,Table2')
47 47
      * - addTable(['Table','Table2']).
48 48
      *
49
-     * @param string|array $tables
49
+     * @param string $tables
50 50
      *
51 51
      * @return self
52 52
      */
Please login to merge, or discard this patch.