From 98bc5216ef0a95cfcc7ee99456798f2bb215de34 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Sun, 26 Jun 2022 15:57:09 +0200
Subject: [PATCH] A bit more documentation

---
 src/Model/Photo.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Model/Photo.php b/src/Model/Photo.php
index d3d3783e2d..9be1efef3a 100644
--- a/src/Model/Photo.php
+++ b/src/Model/Photo.php
@@ -586,6 +586,8 @@ class Photo
 	}
 
 	/**
+	 * Returns a float that represents the GPS coordinate from EXIF data
+	 *
 	 * @param array $exifCoord coordinate
 	 * @param string $hemi      hemi
 	 * @return float
-- 
2.39.5