@@ -71,6 +71,7 @@ |
||
| 71 | 71 | * Set the sort order. |
| 72 | 72 | * |
| 73 | 73 | * @param string ...$columns The column names to sort by, optionally prefixed with "-" to denote descending order. |
| 74 | + * @param string[] $columns |
|
| 74 | 75 | * @return $this |
| 75 | 76 | */ |
| 76 | 77 | public function setOrder(string ...$columns); |