Add void return to method in tests. (#20602)

This commit is contained in:
Wilmer Arambula
2025-10-14 06:37:35 -03:00
committed by GitHub
parent 30824c5dcf
commit d71f7309ae
249 changed files with 2749 additions and 2538 deletions

View File

@@ -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()
{