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