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

15 lines
357 B
PHP

<?php
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\Vendor\Dhii\Collection;
/**
* A countable map.
*
* @since 0.2
*
* @psalm-suppress UnusedClass
*/
interface CountableMapInterface extends \WooCommerce\PayPalCommerce\Vendor\Dhii\Collection\CountableListInterface, \WooCommerce\PayPalCommerce\Vendor\Dhii\Collection\MapInterface
{
}