From c591748eb449ca1778cc27dc3597f37c069924a2 Mon Sep 17 00:00:00 2001
From: arpeggio <3452-arpeggio@users.noreply.drupalcode.org>
Date: Thu, 2 Mar 2023 23:30:09 +0800
Subject: [PATCH] Issue #3332499 by arpeggio: Update device_geolocation.install

---
 modules/device_geolocation/device_geolocation.install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/device_geolocation/device_geolocation.install b/modules/device_geolocation/device_geolocation.install
index 0528f85..9b01368 100644
--- a/modules/device_geolocation/device_geolocation.install
+++ b/modules/device_geolocation/device_geolocation.install
@@ -8,6 +8,6 @@
 /**
  * Update block visibility context mapping.
  */
-function device_geolocation_update_8001() {
+function device_geolocation_update_8001(): void {
   drupal_flush_all_caches();
-}
\ No newline at end of file
+}
-- 
GitLab