fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 13:34:46 +00:00
parent 524172e913
commit d1f7a0343c

View File

@ -207,7 +207,7 @@ $text->y = 810 + $margin;
$l->elements[] = $text;
$text = new Text();
$text->text = ISO3166NameEnum::getBy2Code($unit->mainAddress->country);
$text->text = (string) ISO3166NameEnum::getBy2Code($unit->mainAddress->country);
$text->size = 30;
$text->x = 150 + $margin;
$text->y = 860 + $margin;