@@ -123,7 +123,7 @@  | 
                                                    ||
| 123 | 123 | */  | 
                                                        
| 124 | 124 | private function shouldTypeHint(?ReflectionType $reflectionType): bool  | 
                                                        
| 125 | 125 |      { | 
                                                        
| 126 | -        if (!$reflectionType instanceof ReflectionNamedType) { | 
                                                        |
| 126 | +        if ( ! $reflectionType instanceof ReflectionNamedType) { | 
                                                        |
| 127 | 127 | return false;  | 
                                                        
| 128 | 128 | }  | 
                                                        
| 129 | 129 | |