@@ -295,7 +295,7 @@ |
||
295 | 295 | * @param array $requestOptions |
296 | 296 | * @return ResponseInterface |
297 | 297 | */ |
298 | - public function getUserTotalUnreadMessagesFromTeams($userId, array $requestOptions = []) |
|
298 | + public function getUserTotalUnreadMessagesFromTeams($userId, array $requestOptions = []) |
|
299 | 299 | { |
300 | 300 | return $this->client->get(UserModel::$endpoint . '/' . $userId . '/teams/unread', $requestOptions); |
301 | 301 | } |
@@ -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 | /** |
@@ -38,7 +38,7 @@ |
||
38 | 38 | public function getThreadsThatUserIsFollowing($userId, $teamId, array $requestOptions) |
39 | 39 | { |
40 | 40 | return $this->client->get(UserModel::$endpoint . '/' . $userId . '/' . TeamModel::$endpoint . '/' . $teamId |
41 | - . '/' . self::$endpoint , $requestOptions); |
|
41 | + . '/' . self::$endpoint, $requestOptions); |
|
42 | 42 | } |
43 | 43 | |
44 | 44 | /** |