mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-24 16:07:19 +01:00
Remove deprecated InvalidParamException::class in branch 2.2. (#19896)
This commit is contained in:
@@ -82,10 +82,10 @@ class DbMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws \yii\base\InvalidParamException
|
||||
* @throws \yii\db\Exception
|
||||
* @throws \yii\base\InvalidConfigException
|
||||
* @return \yii\db\Connection
|
||||
* @throws \yii\base\InvalidArgumentException
|
||||
* @throws \yii\base\InvalidConfigException
|
||||
* @throws \yii\db\Exception
|
||||
*/
|
||||
public static function getConnection()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user