From 72fea42726383318e44e80dd94c77f958274ef47 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 12 Feb 2024 11:29:57 +0100 Subject: [PATCH] Tweak setDuration to avoid bc break --- src/DebugBar/DataCollector/PDO/PDOCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DebugBar/DataCollector/PDO/PDOCollector.php b/src/DebugBar/DataCollector/PDO/PDOCollector.php index 6fa40504..880564ee 100644 --- a/src/DebugBar/DataCollector/PDO/PDOCollector.php +++ b/src/DebugBar/DataCollector/PDO/PDOCollector.php @@ -50,7 +50,7 @@ public function setRenderSqlWithParams($enabled = true, $quotationChar = '<>') * * @param bool $enabled */ - public function setDurationBackground($enabled = true) + public function setDurationBackground($enabled) { $this->durationBackground = $enabled; }