@@ -391,7 +391,7 @@ discard block |
||
| 391 | 391 | // } |
| 392 | 392 | |
| 393 | 393 | |
| 394 | - private function parseActivityHeader(IEvent &$event, SharingFrame $frame) { |
|
| 394 | + private function parseActivityHeader(IEvent & $event, SharingFrame $frame) { |
|
| 395 | 395 | |
| 396 | 396 | $this->activityManager->getCurrentUserId(); |
| 397 | 397 | |
@@ -442,7 +442,7 @@ discard block |
||
| 442 | 442 | 'name' => $circle->getName(), |
| 443 | 443 | 'link' => \OC::$server->getURLGenerator() |
| 444 | 444 | ->linkToRoute('circles.Navigation.navigate') |
| 445 | - . '#' . $circle->getId() |
|
| 445 | + . '#'.$circle->getId() |
|
| 446 | 446 | ]; |
| 447 | 447 | } |
| 448 | 448 | |