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:
@@ -18,7 +18,7 @@ class EchoMigrateController extends MigrateController
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function stdout($string)
|
||||
public function stdout($string): void
|
||||
{
|
||||
echo $string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user