Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix tests
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Jun 9, 2024
commit 4be0ec28b3162f18c5c6ff0f7b2bd3e328e3c54d
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