File "MapInterface-20250119113257.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/lib/packages/Dhii/Collection/MapInterface-20250119113257.php
File size: 284 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Vendor\Dhii\Collection;
use Traversable;
/**
* A traversable container.
*
* @since 0.2
*/
interface MapInterface extends
/* @since 0.2 */
Traversable,
/* @since 0.2 */
ContainerInterface
{
}