mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-25 10:41:55 +02:00
Tweak setDuration to avoid bc break
This commit is contained in:
@@ -50,7 +50,7 @@ class PDOCollector extends DataCollector implements Renderable, AssetProvider
|
||||
*
|
||||
* @param bool $enabled
|
||||
*/
|
||||
public function setDurationBackground($enabled = true)
|
||||
public function setDurationBackground($enabled)
|
||||
{
|
||||
$this->durationBackground = $enabled;
|
||||
}
|
||||
|
Reference in New Issue
Block a user