@@ -121,6 +121,7 @@ |
||
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 ) ); |