Skip to content

Commit

Permalink
Merge pull request #732 from nextcloud/automated/noid/master-update-n…
Browse files Browse the repository at this point in the history
…extcloud-ocp

[master] Update nextcloud/ocp dependency
  • Loading branch information
github-actions[bot] authored Jan 13, 2025
2 parents 8723b05 + d97fa2c commit 10e669d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/PhpInfoResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -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<int, array<string, mixed>>
* @template-extends Response<Http::STATUS_*, array<string, mixed>>
*/
class PhpInfoResponse extends Response {
public function __construct() {
Expand Down

0 comments on commit 10e669d

Please sign in to comment.