<?php
declare(strict_types=1);
namespace Xentral\Components\HttpClient\Stream;
use GuzzleHttp\Psr7\Stream;
final class StreamDecorator extends Stream implements StreamInterface
{
}