File "PromisorInterface.php"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/react/promise/src/PromisorInterface.php
File
size: 144 B (144 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
namespace React\Promise;
interface PromisorInterface
{
/**
* @return PromiseInterface
*/
public function promise();
}