Skip to content

Commit 4fc854f

Browse files
committed
Fix typehints for indent width and style
split: d571de437343cd07204de0510ff9b3dd86253522
1 parent cc4a5db commit 4fc854f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Renderer/Profiler/ProfilerModule.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ public function initialize()
8888
if (in_array($this->eventDump, ['var_dump', 'print_r'])) {
8989
$function = $this->eventDump;
9090
$this->eventDump = function ($value) use ($function) {
91-
echo (new \Exception())->getTraceAsString();
92-
exit;
9391
return $this->getFunctionDump($value, $function);
9492
};
9593
}

0 commit comments

Comments
 (0)