The expression return $this->getData('thumbnail_url') also could return the type array which is incompatible with the documented return type null|string.
The expression return $this->getData('ratio') also could return the type array|string which is incompatible with the documented return type double|integer|null.