<?php /** * @see https://github.com/laminas/laminas-server for the canonical source repository * @copyright https://github.com/laminas/laminas-server/blob/master/COPYRIGHT.md * @license https://github.com/laminas/laminas-server/blob/master/LICENSE.md New BSD License */ namespace Laminas\Server; interface ServerInterface extends Server { }