Skip to content

Commit

Permalink
Tweak setDuration to avoid bc break
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Feb 12, 2024
1 parent dfde7d0 commit 72fea42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DebugBar/DataCollector/PDO/PDOCollector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 72fea42

Please sign in to comment.