@@ -33,7 +33,6 @@  | 
                                                    ||
| 33 | 33 | /**  | 
                                                        
| 34 | 34 | * Class collection configurator constructor.  | 
                                                        
| 35 | 35 | *  | 
                                                        
| 36 | - * @param string $className Class name  | 
                                                        |
| 37 | 36 | */  | 
                                                        
| 38 | 37 | public function __construct(string $value)  | 
                                                        
| 39 | 38 |      { | 
                                                        
@@ -7,10 +7,8 @@  | 
                                                    ||
| 7 | 7 | */  | 
                                                        
| 8 | 8 | namespace samsonframework\containercollection\attribute;  | 
                                                        
| 9 | 9 | |
| 10 | -use samsonframework\container\configurator\ClassConfiguratorInterface;  | 
                                                        |
| 11 | 10 | use samsonframework\container\configurator\ParameterConfiguratorInterface;  | 
                                                        
| 12 | 11 | use samsonframework\container\configurator\PropertyConfiguratorInterface;  | 
                                                        
| 13 | -use samsonframework\container\metadata\ClassMetadata;  | 
                                                        |
| 14 | 12 | use samsonframework\container\metadata\ParameterMetadata;  | 
                                                        
| 15 | 13 | use samsonframework\container\metadata\PropertyMetadata;  | 
                                                        
| 16 | 14 | |