more fixes for calendar syncs

This commit is contained in:
2022-06-10 14:24:46 +02:00
parent c92077926e
commit 9e4fd6183e
5 changed files with 22 additions and 21 deletions

View File

@@ -55,7 +55,7 @@ interface UserRepositoryInterface extends ObjectRepository
public function findOneBy(array $criteria, ?array $orderBy = null): ?User;
public function findOneByUsernameOrEmail(string $pattern);
public function findOneByUsernameOrEmail(string $pattern): ?User;
/**
* Get the users having a specific flags.