@@ -4,11 +4,8 @@  | 
                                                    ||
| 4 | 4 | |
| 5 | 5 | namespace Spatie\DataTransferObject;  | 
                                                        
| 6 | 6 | |
| 7 | -use ReflectionClass;  | 
                                                        |
| 8 | -use ReflectionException;  | 
                                                        |
| 9 | 7 | use ReflectionNamedType;  | 
                                                        
| 10 | 8 | use ReflectionProperty;  | 
                                                        
| 11 | -use ReflectionType;  | 
                                                        |
| 12 | 9 | |
| 13 | 10 | class PropertyFieldValidator extends FieldValidator  | 
                                                        
| 14 | 11 |  { |