Commit 74559809 by Alexander Makarov

fixed phpdoc

parent 39bc042d
...@@ -47,7 +47,9 @@ class Event extends Object ...@@ -47,7 +47,9 @@ class Event extends Object
/** /**
* Constructor. * Constructor.
*
* @param mixed $sender sender of the event * @param mixed $sender sender of the event
* @param mixed $params parameters of the event
*/ */
public function __construct($sender=null, $params=null) public function __construct($sender=null, $params=null)
{ {
......
...@@ -35,7 +35,7 @@ abstract class Schema extends \yii\base\Object ...@@ -35,7 +35,7 @@ abstract class Schema extends \yii\base\Object
/** /**
* Constructor. * Constructor.
* @param CDbConnection $conn database connection. * @param CDbConnection $connection database connection.
*/ */
public function __construct($connection) public function __construct($connection)
{ {
......
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