public function __wakeup() : void { if (!\is_string($this->string)) { throw new \BadMethodCallException('Cannot unserialize ' . __CLASS__); } normalizer_is_normalized($this->string) ?: ($this->string = normalizer_normalize($this->string)); }