$data an array containing the list of all configuration data. * @param string $key the key to update. * @param mixed $value the value to set. */ public function handle(array &$data, string $key, mixed $value): void; }