From d18621f60ea6263cc4c193970403dd99eda2e369 Mon Sep 17 00:00:00 2001 From: Bob den Otter Date: Sun, 12 Jan 2020 17:21:53 +0100 Subject: [PATCH] CS fix --- src/Controller/TwigAwareController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Controller/TwigAwareController.php b/src/Controller/TwigAwareController.php index 48a71948..0ba22bb3 100644 --- a/src/Controller/TwigAwareController.php +++ b/src/Controller/TwigAwareController.php @@ -46,7 +46,6 @@ class TwigAwareController extends AbstractController * Renders a view. * * @param string|array $template - * */ protected function renderTemplate($template, array $parameters = [], ?Response $response = null): Response {