fixed method signature

This commit is contained in:
Lennart Hengstmengel 2021-10-07 10:26:35 +02:00 committed by Aryess
commit a0fa169c86
2 changed files with 4 additions and 2 deletions

View file

@ -51,7 +51,8 @@ class MatrixHttpApiTest extends BaseTestCase {
*/
protected $api;
protected function setUp() {
protected function setUp(): void
{
parent::setUp();
$this->api = new MatrixHttpApi('http://example.com');
}