Overrides TerminableInterface::terminate
public function terminate(Request $request, Response $response) : void { if (false === $this->booted) { return; } if ($this->getHttpKernel() instanceof TerminableInterface) { $this->getHttpKernel() ->terminate($request, $response); } }