init
This commit is contained in:
14
vendor/react/promise/tests/PromiseAdapter/PromiseAdapterInterface.php
vendored
Executable file
14
vendor/react/promise/tests/PromiseAdapter/PromiseAdapterInterface.php
vendored
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace React\Promise\PromiseAdapter;
|
||||
|
||||
use React\Promise;
|
||||
|
||||
interface PromiseAdapterInterface
|
||||
{
|
||||
public function promise();
|
||||
public function resolve();
|
||||
public function reject();
|
||||
public function notify();
|
||||
public function settle();
|
||||
}
|
||||
Reference in New Issue
Block a user