mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-01-11 09:28:40 +00:00
fix tests
This commit is contained in:
parent
056c683119
commit
af1b2e1ed3
|
|
@ -249,7 +249,7 @@ final class BackendController extends Controller
|
|||
->executeGetArray();
|
||||
|
||||
$appIds = \array_map(
|
||||
function (WikiApp $app) {
|
||||
function (WikiApp $app) : int {
|
||||
return $app->id;
|
||||
},
|
||||
$view->data['apps']
|
||||
|
|
@ -291,7 +291,7 @@ final class BackendController extends Controller
|
|||
->executeGetArray();
|
||||
|
||||
$appIds = \array_map(
|
||||
function (WikiApp $app) {
|
||||
function (WikiApp $app) : int {
|
||||
return $app->id;
|
||||
},
|
||||
$view->data['apps']
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user