password; } /** * @since 18.0.0 */ public function setPassword(string $password): void { $this->password = $password; } }