@ -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
* @param CDbConnection $conn database connection.
* @param CDbConnection $connection database connection.
public function __construct($connection)