From 6b4332db7240fbd9a961edc81de5e6fc9bb5f828 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 11 Apr 2019 15:24:54 -0600 Subject: [PATCH] not sure if needed, but might be same issue as DebuggerAssetsProcessor --- system/src/Grav/Common/Processors/RenderProcessor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Processors/RenderProcessor.php b/system/src/Grav/Common/Processors/RenderProcessor.php index 06a6c79f3..ff9128b3d 100644 --- a/system/src/Grav/Common/Processors/RenderProcessor.php +++ b/system/src/Grav/Common/Processors/RenderProcessor.php @@ -20,7 +20,7 @@ class RenderProcessor extends ProcessorBase public $id = 'render'; public $title = 'Render'; - public function process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface + public function process(ServerRequestInterface $request = null, RequestHandlerInterface $handler = null) : ResponseInterface { $this->startTimer();