@@ -30,7 +30,7 @@ |
||
30 | 30 | if ($event->getException() instanceof RedirectException) { |
31 | 31 | $redirectResponse = new RedirectResponse($event->getException()->getRedirectResponse()); |
32 | 32 | |
33 | - if($event->getException()->getMessage() !== ""){ |
|
33 | + if ($event->getException()->getMessage() !== "") { |
|
34 | 34 | $this->addFlash(FlashMessageCategory::ERROR, $event->getException()->getMessage()); |
35 | 35 | } |
36 | 36 |
@@ -30,7 +30,7 @@ |
||
30 | 30 | return $this->redirectResponse; |
31 | 31 | } |
32 | 32 | |
33 | - public function getRedirectMessage(){ |
|
33 | + public function getRedirectMessage() { |
|
34 | 34 | return $this->redirectMessage; |
35 | 35 | } |
36 | 36 |