File "CountableMapInterface.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/lib/packages/Dhii/Collection/CountableMapInterface.php
File size: 306 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Vendor\Dhii\Collection;
/**
* A countable map.
*
* @since 0.2
*
* @psalm-suppress UnusedClass
*/
interface CountableMapInterface extends
/* @since 0.2 */
CountableListInterface,
/* @since 0.2 */
MapInterface
{
}