src/Response/Emitter.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 *
 */
namespace Mvc5\Response;

interface Emitter
{
    /**
     *
     */
    function emit() : void;
}