mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Add isolated container and dhii modularity deps
This commit is contained in:
parent
c31637fc44
commit
818dbcf107
123 changed files with 3227 additions and 188 deletions
20
lib/packages/Dhii/Collection/WritableSetFactoryInterface.php
Normal file
20
lib/packages/Dhii/Collection/WritableSetFactoryInterface.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace WooCommerce\PayPalCommerce\Vendor\Dhii\Collection;
|
||||
|
||||
/**
|
||||
* Creates writable sets.
|
||||
*
|
||||
* @psalm-suppress UnusedClass
|
||||
*/
|
||||
interface WritableSetFactoryInterface extends SetFactoryInterface
|
||||
{
|
||||
/**
|
||||
* @inheritDoc
|
||||
*
|
||||
* @return WritableSetInterface The new writable set.
|
||||
*/
|
||||
public function createSetFromList(array $list): SetInterface;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue