Skip to content

Commit

Permalink
Merge pull request #1170 from nextcloud/fixWrapperSetOwner
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
solracsf authored Jun 10, 2024
2 parents fec11e9 + 4be0ec2 commit 5f4cffd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/stub.php
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,9 @@ public function getUpdater() {

public function getWatcher() {
}

public function setOwner(?string $user) : void {
}
}

class Jail extends Wrapper {
Expand Down

0 comments on commit 5f4cffd

Please sign in to comment.