From d0ee852ee3a6553c29bcf81212f73030f97ad6a7 Mon Sep 17 00:00:00 2001 From: Alexandre Tranchant Date: Thu, 1 Aug 2024 15:40:52 +0200 Subject: [PATCH] Header updated --- lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php b/lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php index 8326577..cffee0b 100644 --- a/lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php +++ b/lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php @@ -34,8 +34,6 @@ public function getFamily(): FamilyEnum; /** * Return the SpatialTypes Reference Identifier (SRID) of this object. - * - * @return ?int */ public function getSrid(): ?int;