mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
@inheritdoc notation changed
This commit is contained in:
@@ -15,13 +15,13 @@ use yiiunit\framework\db\DatabaseTestCase;
|
||||
class DbQueryDependencyTest extends DatabaseTestCase
|
||||
{
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
protected $driverName = 'sqlite';
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*{@inheritdoc}
|
||||
*/
|
||||
protected function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user