fixed: CS

This commit is contained in:
2022-07-11 12:56:48 +02:00
parent 191b8ecf81
commit 68c1833584
5 changed files with 5 additions and 7 deletions

View File

@@ -127,7 +127,7 @@ class CalendarRange implements TrackCreationInterface, TrackUpdateInterface
public function setLocation(?Location $location): self
{
$this->location = $location;
return $this;
}

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