Skip to content

Commit

Permalink
chore: update template annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Jan 16, 2025
1 parent 9b4cf5b commit 14df13d
Showing 1 changed file with 2 additions and 1 deletion.
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 14df13d

Please sign in to comment.