ResponseInterface.php 117 Bytes
<?php

declare(strict_types=1);

namespace Laminas\Stdlib;

interface ResponseInterface extends MessageInterface
{
}