/** * Model the key * * @param string $key The key to model * * @return string * @since 3.2.0 */ protected function key(string $key): string { return preg_replace('/\s+/', '', $key); }