Completed
Pull Request — master (#2197)
by Maxence
30s
created
lib/Activity/Provider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
lib/Service/ActivityService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
 			}
Please login to merge, or discard this patch.