public function StreamDecoratorTrait::close in Auth0 Single Sign On 8.2
1 method overrides StreamDecoratorTrait::close()
- CachingStream::close in vendor/
guzzlehttp/ psr7/ src/ CachingStream.php - Close both the remote stream and buffer stream
File
- vendor/
guzzlehttp/ psr7/ src/ StreamDecoratorTrait.php, line 74
Class
- StreamDecoratorTrait
- Stream decorator trait @property StreamInterface stream
Namespace
GuzzleHttp\Psr7Code
public function close() {
$this->stream
->close();
}