Skip to content

Commit 600f597

Browse files
committed
Remove aligned '=>' and '='
1 parent 64a1e7a commit 600f597

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DataCollector/TimeDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function collect(Request $request, Response $response, \Exception $except
4343
}
4444

4545
$this->data = array(
46-
'token' => $response->headers->get('X-Debug-Token'),
46+
'token' => $response->headers->get('X-Debug-Token'),
4747
'start_time' => $startTime * 1000,
4848
'events' => array(),
4949
);

Tests/EventListener/ProfilerListenerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function testKernelTerminate()
8787
->getMock();
8888

8989
$onlyException = true;
90-
$listener = new ProfilerListener($profiler, null, $onlyException);
90+
$listener = new ProfilerListener($profiler, null, $onlyException);
9191

9292
// master request
9393
$listener->onKernelRequest(new GetResponseEvent($kernel, $masterRequest, Kernel::MASTER_REQUEST));

0 commit comments

Comments
 (0)