PDF rausgenommen
This commit is contained in:
11
msd2/phpBB3/vendor/react/promise/src/CancellablePromiseInterface.php
vendored
Normal file
11
msd2/phpBB3/vendor/react/promise/src/CancellablePromiseInterface.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace React\Promise;
|
||||
|
||||
interface CancellablePromiseInterface extends PromiseInterface
|
||||
{
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function cancel();
|
||||
}
|
Reference in New Issue
Block a user