runff 1.0 commit
This commit is contained in:
15
lib/aws/GuzzleHttp/Promise/PromisorInterface.php
Normal file
15
lib/aws/GuzzleHttp/Promise/PromisorInterface.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Promise;
|
||||
|
||||
/**
|
||||
* Interface used with classes that return a promise.
|
||||
*/
|
||||
interface PromisorInterface
|
||||
{
|
||||
/**
|
||||
* Returns a promise.
|
||||
*
|
||||
* @return PromiseInterface
|
||||
*/
|
||||
public function promise();
|
||||
}
|
||||
Reference in New Issue
Block a user