Bug fix with getContentIdMap return type

This commit is contained in:
lvdhoorn 2020-02-09 21:43:55 +01:00 committed by David Garcia
parent 0d1958d8b6
commit 2eb93f2931

View File

@ -131,7 +131,7 @@ final class ShowResponse implements ApiResponse
return $this->messageUrl;
}
public function getContentIdMap(): ?string
public function getContentIdMap(): ?array
{
return $this->contentIdMap;
}