Skip to content

Commit

Permalink
Merge pull request ezsystems#1943 from ezsystems/cs_fixer
Browse files Browse the repository at this point in the history
Ran CS fixer.
  • Loading branch information
yannickroger committed Mar 28, 2017
2 parents 0cc073c + a6274c1 commit 201341e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function onKernelRequestRedirect(GetResponseEvent $event)

$headers = [];
if ($request->attributes->has('locationId')) {
$headers[ 'X-Location-Id'] = $request->attributes->get('locationId');
$headers['X-Location-Id'] = $request->attributes->get('locationId');
}
$event->setResponse(
new RedirectResponse(
Expand Down

0 comments on commit 201341e

Please sign in to comment.