Commit 7fd68199 by Ilya Antipenko

Fix SORT_DESC comment in Query.php

parent 0e9978d6
...@@ -43,7 +43,7 @@ class Query extends Component ...@@ -43,7 +43,7 @@ class Query extends Component
*/ */
const SORT_ASC = false; const SORT_ASC = false;
/** /**
* Sort ascending * Sort descending
* @see orderBy * @see orderBy
*/ */
const SORT_DESC = true; const SORT_DESC = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment