Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f6e05 commit 642379fCopy full SHA for 642379f
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