chore(DirectEditing): add override attribute to Token::getToken

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/55993/head
Josh 2 months ago committed by GitHub
parent 3003e3899e
commit cd4c60ff37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      lib/private/DirectEditing/Token.php

@ -35,6 +35,7 @@ class Token implements IToken {
return $this->manager->getFileForToken($this->data['user_id'], $this->data['file_id'], $this->data['file_path']);
}
#[\Override]
public function getToken(): string {
return $this->data['token'];
}

Loading…
Cancel
Save