From 0fdda2e57443babb6f054a7c6a45acdd5f6f8f54 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 15 Sep 2024 02:54:02 +0000 Subject: [PATCH] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub Signed-off-by: provokateurin --- composer.lock | 8 ++++---- tests/stub.phpstub | 3 +++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index 1b7e323e6..a1c6f56ab 100644 --- a/composer.lock +++ b/composer.lock @@ -241,12 +241,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "bfdd4dcddff043a016cf0cf937018c70618b8a01" + "reference": "be3a853bcba7702887aab852fc3c8006787865d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/bfdd4dcddff043a016cf0cf937018c70618b8a01", - "reference": "bfdd4dcddff043a016cf0cf937018c70618b8a01", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/be3a853bcba7702887aab852fc3c8006787865d8", + "reference": "be3a853bcba7702887aab852fc3c8006787865d8", "shasum": "" }, "require": { @@ -277,7 +277,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/stable28" }, - "time": "2024-07-26T00:37:14+00:00" + "time": "2024-09-04T00:40:09+00:00" }, { "name": "nikic/php-parser", diff --git a/tests/stub.phpstub b/tests/stub.phpstub index 0813d22d3..f3d01583c 100644 --- a/tests/stub.phpstub +++ b/tests/stub.phpstub @@ -1502,6 +1502,9 @@ namespace OC\Files\Storage\Wrapper{ public function getDirectoryContent($directory) : \Traversable { } + public function setOwner(?string $user) : void + { + } }