mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-11 19:20:01 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@@ -14,7 +14,7 @@ class FakeHelpController extends HelpController
|
||||
{
|
||||
private static $_actionIndexLastCallParams;
|
||||
|
||||
public function actionIndex($command = null)
|
||||
public function actionIndex($command = null): void
|
||||
{
|
||||
self::$_actionIndexLastCallParams = func_get_args();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user