mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-08 17:07:33 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@ -18,7 +18,7 @@ class SilencedCacheController extends CacheController
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function stdout($string)
|
||||
public function stdout($string): void
|
||||
{
|
||||
// do nothing
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user