From b18deb0a64ce6d0981bb4e30e3f9a3e998167f71 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 15 Aug 2024 13:59:33 +0200 Subject: [PATCH] test: update stubs Signed-off-by: Robin Appelman --- tests/stub.phpstub | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/stub.phpstub b/tests/stub.phpstub index 8a306892f..e7bd081d3 100644 --- a/tests/stub.phpstub +++ b/tests/stub.phpstub @@ -1545,6 +1545,9 @@ namespace OC\Files\Storage\Wrapper{ public function getDirectoryContent($directory) : \Traversable { } + public function setOwner(?string $user) : void + { + } } @@ -1655,4 +1658,4 @@ namespace OCA\DAV\Connector\Sabre\Exception { */ public function serialize(\Sabre\DAV\Server $server, \DOMElement $errorNode) {} } -} \ No newline at end of file +}