Commit 74559809 by Alexander Makarov

fixed phpdoc

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