ArgumentInterface.php
<?php
declare(strict_types=1);
namespace WCPay\Vendor\League\Container\Argument;
interface ArgumentInterface
{
/**
* @return mixed
*/
public function getValue();
}
<?php
declare(strict_types=1);
namespace WCPay\Vendor\League\Container\Argument;
interface ArgumentInterface
{
/**
* @return mixed
*/
public function getValue();
}