There was the error `Cannot assign string to property Biigle\Modules\MetadataCoco\Image::$id of type int` here: https://github.com/biigle/metadata-coco/blob/00e0e73bb4b4a6b9ae00c4972c46ae9a17300825/src/Coco.php#L45 Fix it with a cast and look for other places where the same error could occur.
There was the error
Cannot assign string to property Biigle\Modules\MetadataCoco\Image::$id of type inthere:metadata-coco/src/Coco.php
Line 45 in 00e0e73
Fix it with a cast and look for other places where the same error could occur.