fixed method signature
This commit is contained in:
parent
8d5f95ed38
commit
a0fa169c86
2 changed files with 4 additions and 2 deletions
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue