@@ -48,7 +48,7 @@ |
||
| 48 | 48 | $this->parseAsNonMember($event, $params); |
| 49 | 49 | $this->parseAsMember($event, $params); |
| 50 | 50 | $this->parseAsModerator($event, $params); |
| 51 | - } catch (FakeException|InvalidItemException) { |
|
| 51 | + } catch (FakeException | InvalidItemException) { |
|
| 52 | 52 | /** clean exit */ |
| 53 | 53 | } |
| 54 | 54 | |