From 71b8dfdb2ed2523c81c71fa0b14da492cc9f7eba Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 11 Aug 2013 10:18:27 -0400 Subject: [PATCH] Fixed doc. --- framework/yii/YiiBase.php | 1 - framework/yii/debug/Panel.php | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/framework/yii/YiiBase.php b/framework/yii/YiiBase.php index 51b63e1..cb2380a 100644 --- a/framework/yii/YiiBase.php +++ b/framework/yii/YiiBase.php @@ -343,7 +343,6 @@ class YiiBase * * @param string $className the fully qualified class name without leading \ * @return boolean whether the class has been loaded successfully - * @throws InvalidConfigException if the class file does not exist * @throws UnknownClassException if the class does not exist in the class file */ public static function autoload($className) diff --git a/framework/yii/debug/Panel.php b/framework/yii/debug/Panel.php index 14821b0..dc297f4 100644 --- a/framework/yii/debug/Panel.php +++ b/framework/yii/debug/Panel.php @@ -11,8 +11,8 @@ use Yii; use yii\base\Component; /** - * Panel is a base class for debugger panel. It defines how data should be collected, - * what should be dispalyed at debug toolbar and on debugger details view. + * Panel is a base class for debugger panel classes. It defines how data should be collected, + * what should be displayed at debug toolbar and on debugger details view. * * @author Qiang Xue * @since 2.0