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 120b37e commit fb96e4fCopy full SHA for fb96e4f
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();
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