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