From 3c07660c2cbb3ae15934f267c746d490efd988ca Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Mon, 31 May 2021 16:19:43 +0200 Subject: [PATCH] wip --- app/Server/StatisticsCollector/DatabaseStatisticsCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Server/StatisticsCollector/DatabaseStatisticsCollector.php b/app/Server/StatisticsCollector/DatabaseStatisticsCollector.php index 2f08045..583488e 100644 --- a/app/Server/StatisticsCollector/DatabaseStatisticsCollector.php +++ b/app/Server/StatisticsCollector/DatabaseStatisticsCollector.php @@ -20,7 +20,7 @@ class DatabaseStatisticsCollector implements StatisticsCollector /** @var int */ protected $requests = 0; - public function __construct(DatabaseInterface $database,) + public function __construct(DatabaseInterface $database) { $this->database = $database; }