Pass code sniffer.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2023-07-04 10:49:06 +00:00
parent ea18b8b9b3
commit f7b4a8f9cd

@ -83,7 +83,7 @@ class App
public function getConfig(string $key): mixed
{
$ret = $this->config->get($key);
$this->logger->debug("Fetching configuration key",[$key,$ret]);
$this->logger->debug("Fetching configuration key", [$key,$ret]);
return $ret;
}