@@ -50,7 +50,7 @@ |
||
50 | 50 | public function autoLogon(User $user): Event |
51 | 51 | { |
52 | 52 | $request = $this->requestStack->getCurrentRequest(); |
53 | - if($request === null){ |
|
53 | + if ($request === null) { |
|
54 | 54 | throw new Exception('request is null'); |
55 | 55 | } |
56 | 56 | //Login user |