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