Your IP : 216.73.216.95


Current Path : /var/www/alh/system/storage/vendor/react/promise/src/
Upload File :
Current File : /var/www/alh/system/storage/vendor/react/promise/src/PromisorInterface.php

<?php

namespace React\Promise;

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