woocommerce-paypal-payments/lib/packages/Dhii/Collection/WritableMapInterface.php
2026-03-04 09:37:06 +00:00

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
{
}