Completed
Push — another60Seconds ( 9cbef1 )
by no
02:22
created
src/Parsers/DdCoordinateParser.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -121,6 +121,7 @@
 block discarded – undo
121 121
 	 * 126 removed.
122 122
 	 *
123 123
 	 * @see GeoCoordinateParserBase::removeInvalidChars
124
+	 * @param string $string
124 125
 	 */
125 126
 	protected function removeInvalidChars( $string ) {
126 127
 		return str_replace( ' ', '', parent::removeInvalidChars( $string ) );
Please login to merge, or discard this patch.