CustomVarRendererHook: Remove unused param $object

This commit is contained in:
Sukhwinder Dhillon 2023-08-16 10:54:56 +02:00 committed by raviks789
parent 84589f8833
commit 92c647e883
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ abstract class CustomVarRendererHook
}
}
return function ($key, $value) use ($hooks, $object) {
return function ($key, $value) use ($hooks) {
$newKey = $key;
$newValue = $value;
$group = null;