From b6da17bde5855b10e04ba005e0f0757e07a8f1ba Mon Sep 17 00:00:00 2001 From: IDMarinas <35842929+idmarinas@users.noreply.github.com> Date: Thu, 17 Sep 2020 13:07:00 +0200 Subject: [PATCH] Added suppress warning of unused local variable --- src/TwigBar.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/TwigBar.php b/src/TwigBar.php index c911632..7306e89 100644 --- a/src/TwigBar.php +++ b/src/TwigBar.php @@ -52,6 +52,8 @@ public static function init($profiler): void /** * {@inheritdoc} + * + * @SuppressWarnings(PHPMD.UnusedLocalVariable) */ public function getPanel(): string { @@ -68,6 +70,8 @@ public function getPanel(): string /** * {@inheritdoc} + * + * @SuppressWarnings(PHPMD.UnusedLocalVariable) */ public function getTab(): string {