Skip to content

Commit a33ec80

Browse files
[VarDumper] add Stub objects for cutting cleanly and dumping consts
1 parent 0f9b1b8 commit a33ec80

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
@@ -218,7 +218,7 @@ public function flushDumps()
218218

219219
$h = headers_list();
220220
$i = count($h);
221-
array_unshift($h, 'Content-Type: ' . ini_get('default_mimetype'));
221+
array_unshift($h, 'Content-Type: '.ini_get('default_mimetype'));
222222
while (0 !== stripos($h[$i], 'Content-Type:')) {
223223
--$i;
224224
}

0 commit comments

Comments
 (0)