@@ -73,8 +73,7 @@ discard block |
||
| 73 | 73 | // a flash notice. |
| 74 | 74 | try { |
| 75 | 75 | $id = rand(1, sizeof($this->getParameter("quotes"))); |
| 76 | - } |
|
| 77 | - catch (InvalidParameterException $e) { |
|
| 76 | + } catch (InvalidParameterException $e) { |
|
| 78 | 77 | $this->addFlash("notice", ["noquotes"]); |
| 79 | 78 | return $this->redirectToRoute("quote"); |
| 80 | 79 | } |
@@ -101,8 +100,7 @@ discard block |
||
| 101 | 100 | // a flash notice. |
| 102 | 101 | try { |
| 103 | 102 | $quotes = $this->getParameter("quotes"); |
| 104 | - } |
|
| 105 | - catch (InvalidParameterException $e) { |
|
| 103 | + } catch (InvalidParameterException $e) { |
|
| 106 | 104 | $this->addFlash("notice", ["noquotes"]); |
| 107 | 105 | return $this->redirectToRoute("quote"); |
| 108 | 106 | } |