Skip to content

Commit a943092

Browse files
committed
chore: fix psalm issues
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 10ac23b commit a943092

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/private/Talk/Broker.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public function deleteConversation(string $id): void {
9696
$this->backend->deleteConversation($id);
9797
}
9898

99+
#[\Override]
99100
public function isAllowedToCreateConversations(): bool {
100101
if (!$this->isEnabledForUser()) {
101102
return false;
@@ -104,6 +105,7 @@ public function isAllowedToCreateConversations(): bool {
104105
return $this->backend->isAllowedToCreateConversations();
105106
}
106107

108+
#[\Override]
107109
public function isEnabledForUser(): bool {
108110
if (!$this->hasBackend()) {
109111
return false;

0 commit comments

Comments
 (0)