提交vendor文件夹
This commit is contained in:
16
vendor/guzzlehttp/command/src/ToArrayInterface.php
vendored
Normal file
16
vendor/guzzlehttp/command/src/ToArrayInterface.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace GuzzleHttp\Command;
|
||||
|
||||
/**
|
||||
* An object that can be represented as an array
|
||||
*/
|
||||
interface ToArrayInterface
|
||||
{
|
||||
/**
|
||||
* Get the array representation of an object
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function toArray();
|
||||
}
|
||||
Reference in New Issue
Block a user