From d10e2c0ae09f99deae5e121a52d0c7de7a687bf4 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 27 Nov 2023 17:41:55 +0100 Subject: [PATCH] update stubs Signed-off-by: Robin Appelman --- tests/stub.phpstub | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/stub.phpstub b/tests/stub.phpstub index 6fa7f7b27..377d382d5 100644 --- a/tests/stub.phpstub +++ b/tests/stub.phpstub @@ -983,6 +983,7 @@ namespace OC\Files\Storage\Wrapper{ class Jail extends Wrapper { public function getUnjailedPath(string $path): string {} + public function getUnjailedStorage(): IStorage {} } class Quota extends Wrapper {