From 663c0a2d5cf43fe58f2d5b60d97c32fe3d5028a1 Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Sun, 12 Jan 2025 02:58:41 +0000 Subject: [PATCH 1/2] chore(dev-deps): Bump nextcloud/ocp package Signed-off-by: GitHub Signed-off-by: Daniel Kesselberg --- composer.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.lock b/composer.lock index dde37af8..1833383e 100644 --- a/composer.lock +++ b/composer.lock @@ -264,12 +264,12 @@ "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "15a749fe867b97ae5e699a3ce9e1d50a792c1777" + "reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/15a749fe867b97ae5e699a3ce9e1d50a792c1777", - "reference": "15a749fe867b97ae5e699a3ce9e1d50a792c1777", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/ed23f703c172ba167a62a76f7b2d8a6b4e37f44f", + "reference": "ed23f703c172ba167a62a76f7b2d8a6b4e37f44f", "shasum": "" }, "require": { @@ -305,7 +305,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2024-12-21T00:43:01+00:00" + "time": "2025-01-10T00:44:36+00:00" }, { "name": "nikic/php-parser", From d97fa2c9f4886646fcfda7860aeb5f99190c63a5 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Mon, 13 Jan 2025 14:26:05 +0100 Subject: [PATCH 2/2] chore: update template annotation Signed-off-by: Daniel Kesselberg --- lib/PhpInfoResponse.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/PhpInfoResponse.php b/lib/PhpInfoResponse.php index 4eaa8132..61ccddfd 100644 --- a/lib/PhpInfoResponse.php +++ b/lib/PhpInfoResponse.php @@ -9,12 +9,13 @@ namespace OCA\ServerInfo; +use OCP\AppFramework\Http; use OCP\AppFramework\Http\ContentSecurityPolicy; use OCP\AppFramework\Http\FeaturePolicy; use OCP\AppFramework\Http\Response; /** - * @template-extends Response> + * @template-extends Response> */ class PhpInfoResponse extends Response { public function __construct() {