We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce9d83 commit f8d5353Copy full SHA for f8d5353
src/Bridges/DITracy/ContainerPanel.php
@@ -40,7 +40,7 @@ public function __construct(Container $container)
40
*/
41
public function getTab()
42
{
43
- ob_start(NULL, 0, PHP_OUTPUT_HANDLER_REMOVABLE);
+ ob_start(NULL, 0, PHP_OUTPUT_HANDLER_REMOVABLE | PHP_OUTPUT_HANDLER_CLEANABLE);
44
$elapsedTime = $this->elapsedTime;
45
require __DIR__ . '/templates/ContainerPanel.tab.phtml';
46
return ob_get_clean();
@@ -68,7 +68,7 @@ public function getPanel()
68
}
69
70
71
72
require __DIR__ . '/templates/ContainerPanel.panel.phtml';
73
74
0 commit comments