@@ -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 ) );  | 
                                                        
@@ -62,6 +62,9 @@  | 
                                                    ||
| 62 | 62 | }  | 
                                                        
| 63 | 63 | }  | 
                                                        
| 64 | 64 | |
| 65 | + /**  | 
                                                        |
| 66 | + * @param string $globe  | 
                                                        |
| 67 | + */  | 
                                                        |
| 65 | 68 |  	protected function assertIsGlobe( $globe ) { | 
                                                        
| 66 | 69 |  		if ( !is_string( $globe ) ) { | 
                                                        
| 67 | 70 | throw new IllegalValueException( 'Can only construct GlobeCoordinateValue with a string globe parameter' );  |