Beispiel #1
0
 public function __construct(TypeValidatorInterface $keyType, TypeValidatorInterface $valueType)
 {
     parent::__construct($keyType, $valueType);
 }