| @@ -484,7 +484,7 @@ | ||
| 484 | 484 | */ | 
| 485 | 485 | public function getUserIdsOfKnownUsers() | 
| 486 | 486 |      {
 | 
| 487 | - return $this->client->get(self::$endpoint . '/known'); | |
| 487 | + return $this->client->get(self::$endpoint . '/known'); | |
| 488 | 488 | } | 
| 489 | 489 | |
| 490 | 490 | /** |