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