@@ -186,7 +186,7 @@  | 
                                                    ||
| 186 | 186 | */  | 
                                                        
| 187 | 187 | private function handleReferences() : void  | 
                                                        
| 188 | 188 |      { | 
                                                        
| 189 | -        array_walk_recursive($this->documentation, function (&$value) { | 
                                                        |
| 189 | +        array_walk_recursive($this->documentation, function(&$value) { | 
                                                        |
| 190 | 190 |              if (!($value instanceof AbstractReference)) { | 
                                                        
| 191 | 191 | return;  | 
                                                        
| 192 | 192 | }  |