@@ -45,6 +45,9 @@  | 
                                                    ||
| 45 | 45 | */  | 
                                                        
| 46 | 46 | private $attributedValue;  | 
                                                        
| 47 | 47 | |
| 48 | + /**  | 
                                                        |
| 49 | + * @param string $key  | 
                                                        |
| 50 | + */  | 
                                                        |
| 48 | 51 | public function __construct(?string $key = null, $value = null, ?string $label = null)  | 
                                                        
| 49 | 52 |      { | 
                                                        
| 50 | 53 |          if ($key !== null) { | 
                                                        
@@ -14,7 +14,6 @@  | 
                                                    ||
| 14 | 14 | use LauLamanApps\ApplePassbook\MetaData\Location;  | 
                                                        
| 15 | 15 | use LauLamanApps\ApplePassbook\Style\Color;  | 
                                                        
| 16 | 16 | use LogicException;  | 
                                                        
| 17 | -use Ramsey\Uuid\UuidInterface;  | 
                                                        |
| 18 | 17 | |
| 19 | 18 | abstract class Passbook  | 
                                                        
| 20 | 19 |  { |