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/PromiseInterface.php

<?php

namespace React\Promise;

interface PromiseInterface
{
    /**
     *
     * The `$onProgress` argument is deprecated and should not be used anymore.
     *
     * @return PromiseInterface
     */
    public function then(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null);
}