You are here

public function NotPromiseInstance::cancel in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/promises/tests/NotPromiseInstance.php \GuzzleHttp\Promise\Tests\NotPromiseInstance::cancel()

Cancels the promise if possible.

@link https://github.com/promises-aplus/cancellation-spec/issues/7

Overrides PromiseInterface::cancel

File

vendor/guzzlehttp/promises/tests/NotPromiseInstance.php, line 41

Class

NotPromiseInstance

Namespace

GuzzleHttp\Promise\Tests

Code

public function cancel() {
}