From 7fd68199e5d12fa144c1b0a1cab5dcc11ed16e29 Mon Sep 17 00:00:00 2001 From: Ilya Antipenko Date: Mon, 29 Jul 2013 17:40:58 +0300 Subject: [PATCH] Fix SORT_DESC comment in Query.php --- framework/yii/db/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/db/Query.php b/framework/yii/db/Query.php index f1eb7a3..19ea028 100644 --- a/framework/yii/db/Query.php +++ b/framework/yii/db/Query.php @@ -43,7 +43,7 @@ class Query extends Component */ const SORT_ASC = false; /** - * Sort ascending + * Sort descending * @see orderBy */ const SORT_DESC = true;