Completed
Pull Request — master (#168)
by Jeroen De
02:05
created
src/Parsers/LatLongParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
 	}
93 93
 
94 94
 	/**
95
-	 * @return LatLongParserBase[]
95
+	 * @return \Generator
96 96
 	 */
97 97
 	private function getParsers(): iterable {
98 98
 		yield new FloatCoordinateParser( $this->options );
Please login to merge, or discard this patch.