mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-19 07:07:58 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
namespace yiiunit\framework\rbac;
|
||||
|
||||
use yii\rbac\ManagerInterface;
|
||||
use yii\caching\FileCache;
|
||||
use yii\rbac\DbManager;
|
||||
|
||||
@@ -22,7 +23,7 @@ class PgSQLManagerCacheTest extends DbManagerTestCase
|
||||
protected static $driverName = 'pgsql';
|
||||
|
||||
/**
|
||||
* @return \yii\rbac\ManagerInterface
|
||||
* @return ManagerInterface
|
||||
*/
|
||||
protected function createManager()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user