diff --git a/Model/Feed/Specification/Feed.php b/Model/Feed/Specification/Feed.php index e695fa0..08c6c35 100644 --- a/Model/Feed/Specification/Feed.php +++ b/Model/Feed/Specification/Feed.php @@ -335,7 +335,7 @@ public function setPreSignedUrl(string $url): FeedSpecificationInterface */ public function getMsiStatus(): bool { - return $this->_get(self::MSI_STATUS); + return (bool)$this->_get(self::MSI_STATUS); } /**