TypeError: Foodsharing\RestApi\StoreRestController::getListOfStoreStatusForUser(): Argument #1 ($userId) mus...

Sentry Issue: FOODSHARINGDE-PROD-BACKEND-222

TypeError: Foodsharing\RestApi\StoreRestController::getListOfStoreStatusForUser(): Argument #1 ($userId) must be of type int, string given, called in /var/www/production/releases/26/vendor/symfony/http-kernel/HttpKernel.php on line 181
  File "/src/RestApi/StoreRestController.php", line 465, in Foodsharing\RestApi\StoreRestController::getListOfStoreStatusForUser
    public function getListOfStoreStatusForUser(int $userId, ParamFetcher $paramFetcher): Response
  File "/public/index.php", line 34
    $response = $kernel->handle($request);