Completed
Push — master ( 6a21b5...b393f5 )
by Matthew
02:21
created
src/Resources/_Discussion.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.