Release 2.12 (#4609)
This commit is contained in:
@@ -18,7 +18,7 @@ abstract class AbstractActivityEventTest extends TestCase
|
||||
{
|
||||
abstract protected function createActivityEvent(Activity $activity): AbstractActivityEvent;
|
||||
|
||||
public function testGetterAndSetter()
|
||||
public function testGetterAndSetter(): void
|
||||
{
|
||||
$activity = new Activity();
|
||||
$sut = $this->createActivityEvent($activity);
|
||||
|
||||
Reference in New Issue
Block a user