mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fixed: CS
This commit is contained in:
@@ -127,7 +127,7 @@ class CalendarRange implements TrackCreationInterface, TrackUpdateInterface
|
||||
public function setLocation(?Location $location): self
|
||||
{
|
||||
$this->location = $location;
|
||||
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
@@ -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