Current path: home/webdevt/prestashop17/modules/ps_checkout/vendor/guzzlehttp/ringphp/src/Future/
?? Go up: /home/webdevt/prestashop17/modules/ps_checkout/vendor/guzzlehttp/ringphp/src
<?php
namespace GuzzleHttp\Ring\Future;
/**
* Future that provides array-like access.
*/
interface FutureArrayInterface extends
FutureInterface,
\ArrayAccess,
\Countable,
\IteratorAggregate {};