Completed
Pull Request — master (#132)
by Jeroen De
14:42 queued 05:09
created
src/Parsers/DmCoordinateParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
 	 *
130 130
 	 * @param string $coordinateSegment
131 131
 	 *
132
-	 * @return float
132
+	 * @return string
133 133
 	 */
134 134
 	protected function parseCoordinate( string $coordinateSegment ): string {
135 135
 		$isNegative = substr( $coordinateSegment, 0, 1 ) === '-';
Please login to merge, or discard this patch.