public function StreamDecoratorTrait::detach in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php \GuzzleHttp\Psr7\StreamDecoratorTrait::detach()
File
- vendor/
guzzlehttp/ psr7/ src/ StreamDecoratorTrait.php, line 84
Class
- StreamDecoratorTrait
- Stream decorator trait @property StreamInterface stream
Namespace
GuzzleHttp\Psr7Code
public function detach() {
return $this->stream
->detach();
}