mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 12:49:04 +08:00
Add void return to method in tests. (#20602)
This commit is contained in:
@@ -19,7 +19,7 @@ trait StdOutBufferControllerTrait
|
||||
*/
|
||||
private $stdOutBuffer = '';
|
||||
|
||||
public function stdout($string)
|
||||
public function stdout($string): void
|
||||
{
|
||||
$this->stdOutBuffer .= $string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user