Commit 71b8dfdb by Qiang Xue

Fixed doc.

parent 411f373a
...@@ -343,7 +343,6 @@ class YiiBase ...@@ -343,7 +343,6 @@ class YiiBase
* *
* @param string $className the fully qualified class name without leading \ * @param string $className the fully qualified class name without leading \
* @return boolean whether the class has been loaded successfully * @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 * @throws UnknownClassException if the class does not exist in the class file
*/ */
public static function autoload($className) public static function autoload($className)
......
...@@ -11,8 +11,8 @@ use Yii; ...@@ -11,8 +11,8 @@ use Yii;
use yii\base\Component; use yii\base\Component;
/** /**
* Panel is a base class for debugger panel. It defines how data should be collected, * Panel is a base class for debugger panel classes. It defines how data should be collected,
* what should be dispalyed at debug toolbar and on debugger details view. * what should be displayed at debug toolbar and on debugger details view.
* *
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
......
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