first commit
This commit is contained in:
11
vendor/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
vendored
Normal file
11
vendor/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Ring\Future;
|
||||
|
||||
/**
|
||||
* Future that provides array-like access.
|
||||
*/
|
||||
interface FutureArrayInterface extends
|
||||
FutureInterface,
|
||||
\ArrayAccess,
|
||||
\Countable,
|
||||
\IteratorAggregate {};
|
||||
Reference in New Issue
Block a user