/**
  * @inheritdoc
  */
 public function __construct($locale, $style, $pattern = null)
 {
     parent::__construct($locale, $style, $pattern);
     if ($style === NumberFormatter::SPELLOUT) {
         $this->isSpellout = true;
     }
 }