From b50a47d874fbc025c849e9a2df9ff13a91e060df Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Wed, 22 Aug 2018 12:51:33 +0200 Subject: [PATCH] Removed comment about reboot --- phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php b/phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php index 3aaab769..b26cf46c 100644 --- a/phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php +++ b/phpfastcgi/fastcgi-daemon/0.11/src/FastCGIKernel.php @@ -18,7 +18,7 @@ class FastCGIKernel implements PHPFastCGIKernel public function handleRequest(RequestInterface $request) { - $this->kernel->boot(); // Or ->reboot() + $this->kernel->boot(); $symfonyRequest = $request->getHttpFoundationRequest(); $symfonyResponse = $this->kernel->handle($symfonyRequest);