Skip to content

Commit afadea4

Browse files
Merge pull request #730 from nextcloud/automated/noid/stable29-update-nextcloud-ocp
[stable29] Update nextcloud/ocp dependency
2 parents 22a16ce + a5900e8 commit afadea4

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/PhpInfoResponse.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525

2626
namespace OCA\ServerInfo;
2727

28+
use OCP\AppFramework\Http;
2829
use OCP\AppFramework\Http\ContentSecurityPolicy;
2930
use OCP\AppFramework\Http\FeaturePolicy;
3031
use OCP\AppFramework\Http\Response;
3132

3233
/**
33-
* @template-extends Response<int, array<string, mixed>>
34+
* @template-extends Response<Http::STATUS_*, array<string, mixed>>
3435
*/
3536
class PhpInfoResponse extends Response {
3637
public function __construct() {

0 commit comments

Comments
 (0)