Release 2.12 (#4609)
This commit is contained in:
@@ -25,7 +25,7 @@ class CustomerStatisticEventTest extends AbstractCustomerEventTest
|
||||
return new CustomerStatisticEvent($customer, new CustomerStatistic());
|
||||
}
|
||||
|
||||
public function testStatistic()
|
||||
public function testStatistic(): void
|
||||
{
|
||||
$customer = new Customer('foo');
|
||||
$statistic = new CustomerStatistic();
|
||||
|
||||
Reference in New Issue
Block a user