Skip to content

Commit

Permalink
Added suppress warning of unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Sep 17, 2020
1 parent 6450c74 commit b6da17b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/TwigBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public static function init($profiler): void

/**
* {@inheritdoc}
*
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
*/
public function getPanel(): string
{
Expand All @@ -68,6 +70,8 @@ public function getPanel(): string

/**
* {@inheritdoc}
*
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
*/
public function getTab(): string
{
Expand Down

0 comments on commit b6da17b

Please sign in to comment.