fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 03:26:52 +00:00
parent 056c683119
commit af1b2e1ed3

View File

@ -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']