Skip to content

Commit 6226921

Browse files
committed
fix: gitactions (psalm warnings NC < 28)
1 parent bbf0abf commit 6226921

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lib/NoPermissionResponse.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
/**
1010
* @template-extends Response<int, array<string, mixed>>
11+
*
12+
* (NC < 28)
13+
* @psalm-suppress TooManyTemplateParams
1114
*/
1215
class NoPermissionResponse extends Response {
1316
public function __construct() {

lib/NotFoundResponse.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
/**
1010
* @template-extends Response<int, array<string, mixed>>
11+
*
12+
* (NC < 28)
13+
* @psalm-suppress TooManyTemplateParams
1114
*/
1215
class NotFoundResponse extends Response {
1316
public function __construct() {

0 commit comments

Comments
 (0)