From 536075c0408e745fb285f86867062338d744128d Mon Sep 17 00:00:00 2001 From: egorpromo Date: Fri, 4 Oct 2013 21:17:13 +0700 Subject: [PATCH] Just simple correction of unintelligible description --- framework/yii/web/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/web/Application.php b/framework/yii/web/Application.php index 5fd2310..b0638a7 100644 --- a/framework/yii/web/Application.php +++ b/framework/yii/web/Application.php @@ -45,7 +45,7 @@ class Application extends \yii\base\Application * ) * ~~~ * - * Defaults to null, meaning catch-all is not effective. + * Defaults to null, meaning catch-all is not used. */ public $catchAll; /**