@@ -28,7 +28,7 @@ |
||
28 | 28 | * |
29 | 29 | * @var string |
30 | 30 | */ |
31 | - protected $endpoint ='/discussions/comments' ; |
|
31 | + protected $endpoint = '/discussions/comments'; |
|
32 | 32 | |
33 | 33 | /** |
34 | 34 | * The forums resource endpoint |
@@ -273,7 +273,7 @@ |
||
273 | 273 | public function monitorForum($id, $userId) |
274 | 274 | { |
275 | 275 | $data = [ |
276 | - 'user_id' => $userId |
|
276 | + 'user_id' => $userId |
|
277 | 277 | ]; |
278 | 278 | |
279 | 279 | return $this->api()->request('POST', $this->forumsEndpoint($id . '/follow'), $data); |