From 8dab4b43067a70d7081364dd8f0b343670df3537 Mon Sep 17 00:00:00 2001 From: Alexandre Tranchant Date: Thu, 1 Aug 2024 15:30:55 +0200 Subject: [PATCH] headers updated --- lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php b/lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php index e361084..8326577 100644 --- a/lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php +++ b/lib/LongitudeOne/SpatialTypes/Interfaces/SpatialInterface.php @@ -52,7 +52,7 @@ public function getType(): string; public function hasM(): bool; /** - * Is this a spatial object with a Z dimension? (Z: elevation). + * Is this a spatial object with a Z dimension? (Z: elevation, third spatial dimension). */ public function hasZ(): bool;