Current path: home/webdevt/www/demo2/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises/src/
?? Go up: /home/webdevt/www/demo2/wp-content/plugins/wp-mail-smtp/vendor_prefixed/guzzlehttp/promises
<?php
declare (strict_types=1);
namespace WPMailSMTP\Vendor\GuzzleHttp\Promise;
/**
* Interface used with classes that return a promise.
*/
interface PromisorInterface
{
/**
* Returns a promise.
*/
public function promise() : PromiseInterface;
}