Completed
Push — master ( cb9b5d...96560d )
by Jared
03:28
created
src/Query/SelectQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     /**
77 77
      * Sets the selected fields to an aggregate function.
78 78
      *
79
-     * @param $function
79
+     * @param string $function
80 80
      * @param string $field
81 81
      *
82 82
      * @return self
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
     /**
229 229
      * Gets the group by statement for the query.
230 230
      *
231
-     * @return GroupByStatement
231
+     * @return OrderStatement
232 232
      */
233 233
     public function getGroupBy()
234 234
     {
Please login to merge, or discard this patch.