e
This commit is contained in:
+14
-14
@@ -1,14 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Rpc;
|
||||
|
||||
use Psr\Http\Client\ClientInterface;
|
||||
|
||||
|
||||
/**
|
||||
* @mixin JsonRpcTransporter
|
||||
*/
|
||||
interface RpcClientInterface extends ClientInterface
|
||||
{
|
||||
|
||||
}
|
||||
<?php
|
||||
|
||||
namespace Kiri\Rpc;
|
||||
|
||||
use Psr\Http\Client\ClientInterface;
|
||||
|
||||
|
||||
/**
|
||||
* @mixin JsonRpcTransporter
|
||||
*/
|
||||
interface RpcClientInterface extends ClientInterface
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user