@@ -221,7 +221,7 @@  | 
                                                    ||
| 221 | 221 |  	public function elements() { | 
                                                        
| 222 | 222 |  		if (!isset($this->_unspecifiedTypes)) { | 
                                                        
| 223 | 223 | $this->_unspecifiedTypes = array_map(  | 
                                                        
| 224 | -				function (Element $el) { | 
                                                        |
| 224 | +				function(Element $el) { | 
                                                        |
| 225 | 225 | return new UnspecifiedType($el);  | 
                                                        
| 226 | 226 | }, $this->_elements);  | 
                                                        
| 227 | 227 | }  |