Skip to content

Commit

Permalink
docs: add template-extends
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed Nov 1, 2023
1 parent 210c7d4 commit d7e06f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/PhpInfoResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
use OCP\AppFramework\Http\FeaturePolicy;
use OCP\AppFramework\Http\Response;

/**
* @template-extends Response<int, array<string, mixed>>
*/
class PhpInfoResponse extends Response {
public function __construct() {
parent::__construct();
Expand Down

0 comments on commit d7e06f9

Please sign in to comment.