mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-26 17:43:54 +00:00
fix cs
This commit is contained in:
@@ -143,7 +143,7 @@ class MapCalendarToUser
|
||||
|
||||
public function writeMetadata(User $user): User
|
||||
{
|
||||
if (null === $user->getEmail() OR '' === $user->getEmail()) {
|
||||
if (null === $user->getEmail() || '' === $user->getEmail()) {
|
||||
return $user;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user