/** * Set extension. * @param string $type * @return self */ public final function setExtension(string $type) : self { $this->extension = Mime::getExtension($type); return $this; }