fix(cs): Run cs:fix

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-03-12 17:52:05 +01:00
parent 16ef9e7f57
commit 96b9eb9dc9
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class BookmarkReferenceProvider extends ADiscoverableReferenceProvider {
} catch (UrlParseError|DoesNotExistException $e) {
return null;
}
}else{
} else {
$bookmark = $this->bookmarkService->findById((int)$id);
}
if ($bookmark === null) {