8000
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.
2 parents c6f6e05 + 642379f commit 2b0df63Copy full SHA for 2b0df63
src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php
@@ -243,7 +243,7 @@ public function __destruct()
243
244
if ('cli' !== PHP_SAPI && stripos($h[$i], 'html')) {
245
$this->dumper = new HtmlDumper('php://output', $this->charset);
246
- $dumper->setDisplayOptions(array('fileLinkFormat' => $this->fileLinkFormat));
+ $this->dumper->setDisplayOptions(array('fileLinkFormat' => $this->fileLinkFormat));
247
} else {
248
$this->dumper = new CliDumper('php://output', $this->charset);
249
}
0 commit comments