Skip to content

Commit cd4c60f

Browse files
chore(DirectEditing): add override attribute to Token::getToken
Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 3003e38 commit cd4c60f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/DirectEditing/Token.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public function getFile(): File {
3535
return $this->manager->getFileForToken($this->data['user_id'], $this->data['file_id'], $this->data['file_path']);
3636
}
3737

38+
#[\Override]
3839
public function getToken(): string {
3940
return $this->data['token'];
4041
}

0 commit comments

Comments
 (0)