Skip to content

Commit 4143762

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fixed CS fixed CS fixer config
2 parents e01f8ff + 3c8e680 commit 4143762

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)