?? GreyFile — Mystic File Browser

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

?? Viewing: FutureArrayInterface.php

<?php
namespace GuzzleHttp\Ring\Future;

/**
 * Future that provides array-like access.
 */
interface FutureArrayInterface extends
    FutureInterface,
    \ArrayAccess,
    \Countable,
    \IteratorAggregate {};


??

??