?iť?

Your IP : 3.135.197.33


Current Path : /home/scgforma/www/cloud/3rdparty/react/promise/src/
Upload File :
Current File : /home/scgforma/www/cloud/3rdparty/react/promise/src/PromisorInterface.php

<?php

namespace React\Promise;

interface PromisorInterface
{
    /**
     * @return PromiseInterface
     */
    public function promise();
}