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

15 lines
388 B
PHP

<?php
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\Vendor\Dhii\Collection;
/**
* A countable list that can be checked for a key.
*
* @since 0.2
*
* @psalm-suppress UnusedClass
*/
interface CountableSetInterface extends \WooCommerce\PayPalCommerce\Vendor\Dhii\Collection\CountableListInterface, \WooCommerce\PayPalCommerce\Vendor\Dhii\Collection\SetInterface
{
}