mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 15:29:41 +00:00
Rector changes return typing
This commit is contained in:
@@ -44,7 +44,7 @@ final class NotificationTest extends KernelTestCase
|
||||
$em->flush();
|
||||
}
|
||||
|
||||
public function testAddAddresseeStoreAnUread()
|
||||
public function testAddAddresseeStoreAnUread(): void
|
||||
{
|
||||
$notification = new Notification();
|
||||
$notification->addAddressee($user1 = new User());
|
||||
|
Reference in New Issue
Block a user