public function Stream::__destruct in Auth0 Single Sign On 8.2
Closes the stream when the destructed
File
- vendor/
guzzlehttp/ psr7/ src/ Stream.php, line 71
Class
- Stream
- PHP stream implementation.
Namespace
GuzzleHttp\Psr7Code
public function __destruct() {
$this
->close();
}