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

14 lines
301 B
PHP

<?php
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\Vendor\Dhii\Collection;
use Traversable;
/**
* A list that can be checked for a key.
*
* @since 0.2
*/
interface SetInterface extends Traversable, \WooCommerce\PayPalCommerce\Vendor\Dhii\Collection\HasItemCapableInterface
{
}