mirror of https://github.com/sualko/cloud_bbb
fix: gitactions (psalm warnings NC < 28)
parent
bbf0abfa75
commit
6226921652
|
@ -8,6 +8,9 @@ use OCP\Template;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @template-extends Response<int, array<string, mixed>>
|
* @template-extends Response<int, array<string, mixed>>
|
||||||
|
*
|
||||||
|
* (NC < 28)
|
||||||
|
* @psalm-suppress TooManyTemplateParams
|
||||||
*/
|
*/
|
||||||
class NoPermissionResponse extends Response {
|
class NoPermissionResponse extends Response {
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
|
|
|
@ -8,6 +8,9 @@ use OCP\Template;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @template-extends Response<int, array<string, mixed>>
|
* @template-extends Response<int, array<string, mixed>>
|
||||||
|
*
|
||||||
|
* (NC < 28)
|
||||||
|
* @psalm-suppress TooManyTemplateParams
|
||||||
*/
|
*/
|
||||||
class NotFoundResponse extends Response {
|
class NotFoundResponse extends Response {
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
|
|
Loading…
Reference in New Issue