The expression return $this->getImageSize(static::SIZE_WIDTH) also could return the type string which is incompatible with the documented return type null|integer.
The expression return $this->getImageSize(static::SIZE_HEIGHT) also could return the type string which is incompatible with the documented return type null|integer.