mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-17 21:21:17 +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;
|
||||
|
||||
@@ -20,7 +21,7 @@ use yii\rbac\DbManager;
|
||||
class MySQLManagerCacheTest extends MySQLManagerTest
|
||||
{
|
||||
/**
|
||||
* @return \yii\rbac\ManagerInterface
|
||||
* @return ManagerInterface
|
||||
*/
|
||||
protected function createManager()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user