public function Thennable::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/promises/tests/Thennable.php \GuzzleHttp\Promise\Tests\Thennable::__construct()
1 method overrides Thennable::__construct()
- NotPromiseInstance::__construct in vendor/
guzzlehttp/ promises/ tests/ NotPromiseInstance.php
File
- vendor/
guzzlehttp/ promises/ tests/ Thennable.php, line 10
Class
Namespace
GuzzleHttp\Promise\TestsCode
public function __construct() {
$this->nextPromise = new Promise();
}