b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/phppayment/vendor/guzzlehttp/promises/src/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/phppayment/vendor/guzzlehttp/promises/src/PromisorInterface.php

<?php

declare(strict_types=1);

namespace GuzzleHttp\Promise;

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

Copyright © 2019 by b0y-101