This commit is contained in:
2022-10-05 15:30:55 +02:00
parent d95472ca9d
commit 642b1e43c8
22 changed files with 79 additions and 59 deletions

View File

@@ -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;
}