@@ -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 | |
@@ -51,7 +51,7 @@ |
||
| 51 | 51 | ); |
| 52 | 52 | |
| 53 | 53 | $this->userManager->callForSeenUsers( |
| 54 | - function ($user) use ($event) { |
|
| 54 | + function($user) use ($event) { |
|
| 55 | 55 | /** @var IUser $user */ |
| 56 | 56 | $this->publishEvent($event, [$user]); |
| 57 | 57 | } |