Skip to content

Commit 59150f4

Browse files
committed
CS
1 parent 5d29f40 commit 59150f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EventListener/UserContextListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ public function onKernelRequest(UserContextRequestEvent $event)
137137
}
138138

139139
$request = $event->getRequest();
140-
141140
if (!$this->requestMatcher->matches($request)) {
142141
if ($request->headers->has($this->options['user_hash_header'])) {
143142
// Keep track of if user is anonymous when we have user hash header in request

0 commit comments

Comments
 (0)