Skip to content

Commit

Permalink
Merge pull request #10924 from nextcloud/bugfix/noid/fix-psalm
Browse files Browse the repository at this point in the history
fix(CI): Fix psalm missing chache() on the stub
  • Loading branch information
nickvergessen authored Nov 17, 2023
2 parents 276ca1f + 8a32be5 commit d6bb1ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/stubs/oc_comments_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ class Manager implements \OCP\Comments\ICommentsManager {
protected function normalizeDatabaseData(array $data): array {
}

protected function cache(IComment $comment): void {
}

public function get($id) {
// TODO: Implement get() method.
}
Expand Down

0 comments on commit d6bb1ff

Please sign in to comment.