Completed
Push — master ( 72aa74...afd9e7 )
by Todd
02:20
created
src/Query.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -317,6 +317,7 @@  discard block
 block discarded – undo
317 317
      * Set the sort order.
318 318
      *
319 319
      * @param string ...$columns The column names to sort by, optionally prefixed with "-" to denote descending order.
320
+     * @param string[] $columns
320 321
      * @return $this
321 322
      */
322 323
     public function setOrder(...$columns) {
@@ -328,6 +329,7 @@  discard block
 block discarded – undo
328 329
      * Add one or more columns to the the order array.
329 330
      *
330 331
      * @param string ...$columns Column names optionally starting with a "-".
332
+     * @param string[] $columns
331 333
      * @return $this
332 334
      */
333 335
     public function addOrder(...$columns) {
Please login to merge, or discard this patch.