woocommerce-paypal-payments/lib/packages/Dhii/Collection/WritableMapInterface.php

13 lines
365 B
PHP

<?php
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\Vendor\Dhii\Collection;
/**
* A map that can have a value set for a key.
*
* @since [*next-version*]
*/
interface WritableMapInterface extends \WooCommerce\PayPalCommerce\Vendor\Dhii\Collection\MapInterface, \WooCommerce\PayPalCommerce\Vendor\Dhii\Collection\WritableContainerInterface
{
}