We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dg
Learn more about funding links in repositories.
Report abuse
1 parent 1697f75 commit 9948322Copy full SHA for 9948322
src/Bridges/DatabaseTracy/ConnectionPanel.php
@@ -100,7 +100,7 @@ public function getTab()
100
$name = $this->name;
101
$count = $this->count;
102
$totalTime = $this->totalTime;
103
- ob_start(NULL, 0, PHP_OUTPUT_HANDLER_REMOVABLE);
+ ob_start();
104
require __DIR__ . '/templates/ConnectionPanel.tab.phtml';
105
return ob_get_clean();
106
}
@@ -131,7 +131,7 @@ public function getPanel()
131
$queries[] = $query;
132
133
134
135
require __DIR__ . '/templates/ConnectionPanel.panel.phtml';
136
137
0 commit comments