Release 2.12 (#4609)
This commit is contained in:
@@ -19,7 +19,7 @@ use PHPUnit\Framework\TestCase;
|
||||
*/
|
||||
class UserCreateEventTest extends TestCase
|
||||
{
|
||||
public function testGetter()
|
||||
public function testGetter(): void
|
||||
{
|
||||
$user = new User();
|
||||
$user->setAlias('foo');
|
||||
|
||||
Reference in New Issue
Block a user