You are here

public function StreamDecoratorTrait::detach in Lockr 7.3

File

vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php, line 84

Class

StreamDecoratorTrait
Stream decorator trait @property StreamInterface stream

Namespace

GuzzleHttp\Psr7

Code

public function detach() {
  return $this->stream
    ->detach();
}