Skip to content

Commit

Permalink
Bug fix with getContentIdMap return type
Browse files Browse the repository at this point in the history
  • Loading branch information
lvdhoorn authored and DavidGarciaCat committed Aug 20, 2020
1 parent 0d1958d commit 2eb93f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Message/ShowResponse.php
Expand Up @@ -131,7 +131,7 @@ public function getMessageUrl(): ?string
return $this->messageUrl;
}

public function getContentIdMap(): ?string
public function getContentIdMap(): ?array
{
return $this->contentIdMap;
}
Expand Down

0 comments on commit 2eb93f2

Please sign in to comment.