@@ -317,6 +317,7 @@ discard block |
||
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 |
||
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) { |