From f7b4a8f9cd130c9742a7236019b75cb04664a154 Mon Sep 17 00:00:00 2001 From: Jens True Date: Tue, 4 Jul 2023 10:49:06 +0000 Subject: [PATCH] Pass code sniffer. --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index 795e61d..c21a538 100644 --- a/src/App.php +++ b/src/App.php @@ -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; }