protected function header()

in src/Emitter.php [75:81]


    protected function header(
        string $headerLine,
        bool $replace,
        int $statusCode
    ): void {
        header($headerLine, $replace, $statusCode);
    }