first commit
This commit is contained in:
15
vendor/yansongda/pay/src/Contract/ParserInterface.php
vendored
Normal file
15
vendor/yansongda/pay/src/Contract/ParserInterface.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Yansongda\Pay\Contract;
|
||||
|
||||
use Psr\Http\Message\ResponseInterface;
|
||||
|
||||
interface ParserInterface
|
||||
{
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function parse(?ResponseInterface $response);
|
||||
}
|
||||
Reference in New Issue
Block a user