From 066095b6d88dea06706a2d3257c7e6fc6667a4c7 Mon Sep 17 00:00:00 2001
From: itamair <itamair@me.com>
Date: Tue, 27 Jun 2023 22:51:26 +0200
Subject: [PATCH] Issue #3368306 by arti_parmar: @author tags are not usually
 used in Drupal, because over time multiple contributors will touch the code
 anyway

---
 .../src/Geocoder/Provider/GeometryProviderInterface.php        | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/modules/geocoder_geofield/src/Geocoder/Provider/GeometryProviderInterface.php b/modules/geocoder_geofield/src/Geocoder/Provider/GeometryProviderInterface.php
index 0158b4d4..e9c09aa7 100644
--- a/modules/geocoder_geofield/src/Geocoder/Provider/GeometryProviderInterface.php
+++ b/modules/geocoder_geofield/src/Geocoder/Provider/GeometryProviderInterface.php
@@ -6,9 +6,6 @@ namespace Drupal\geocoder_geofield\Geocoder\Provider;
 
 /**
  * Providers GeometryProvider interface..
- *
- * @author William Durand <william.durand1@gmail.com>
- * @author Tobias Nyholm <tobias.nyholm@gmail.com>
  */
 interface GeometryProviderInterface {
 
-- 
GitLab