Merge pull request #681 from aivus/query

Fix SORT_DESC comment in Query.php
This commit is contained in:
Alexander Makarov
2013-07-29 07:45:20 -07:00

View File

@@ -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;