Your IP : 216.73.216.220


Current Path : /var/www/html/vendor/laminas/laminas-stdlib/src/
Upload File :
Current File : /var/www/html/vendor/laminas/laminas-stdlib/src/ResponseInterface.php

<?php

/**
 * @see       https://github.com/laminas/laminas-stdlib for the canonical source repository
 * @copyright https://github.com/laminas/laminas-stdlib/blob/master/COPYRIGHT.md
 * @license   https://github.com/laminas/laminas-stdlib/blob/master/LICENSE.md New BSD License
 */

namespace Laminas\Stdlib;

interface ResponseInterface extends MessageInterface
{
}