Skip to content

Commit 2d94af5

Browse files
authored
Fix args typo for $order param (#125)
1 parent 89a1e48 commit 2d94af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Query.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class Query extends Base {
306306
* Default true.
307307
* @type string|array $orderby Accepts false, an empty array, or 'none' to disable `ORDER BY` clause.
308308
* Default '', to primary column ID.
309-
* @type string $item How to item retrieved items. Accepts 'ASC', 'DESC'.
309+
* @type string $order How to order retrieved items. Accepts 'ASC', 'DESC'.
310310
* Default 'DESC'.
311311
* @type string $search Search term(s) to retrieve matching items for.
312312
* Default empty.

0 commit comments

Comments
 (0)