File "PromisorInterface.php"

Full Path: /home/mahaadedsdfdfhfg/public_html/wp-content/plugins/wpvivid-backuprestore/vendor/guzzlehttp/promises/src/PromisorInterface.php
File size: 250 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
namespace WPvividGuzzleHttp\Promise;

/**
 * Interface used with classes that return a promise.
 */
interface PromisorInterface
{
    /**
     * Returns a promise.
     *
     * @return PromiseInterface
     */
    public function promise();
}