Skip to content

Commit 3c8e680

Browse files
committed
fixed CS
1 parent bc2e187 commit 3c8e680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/DumpDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ private function htmlEncode($s)
298298
{
299299
$html = '';
300300

301-
$dumper = new HtmlDumper(function ($line) use (&$html) {$html .= $line;}, $this->charset);
301+
$dumper = new HtmlDumper(function ($line) use (&$html) { $html .= $line; }, $this->charset);
302302
$dumper->setDumpHeader('');
303303
$dumper->setDumpBoundaries('', '');
304304

0 commit comments

Comments
 (0)