初始化仓库
This commit is contained in:
10
vendor/guzzlehttp/command/src/ResultInterface.php
vendored
Normal file
10
vendor/guzzlehttp/command/src/ResultInterface.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace GuzzleHttp\Command;
|
||||
|
||||
/**
|
||||
* An array-like object that represents the result of executing a command.
|
||||
*/
|
||||
interface ResultInterface extends \ArrayAccess, \IteratorAggregate, \Countable, ToArrayInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user