@@ -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 |
@@ -39,7 +39,7 @@ |
||
39 | 39 | |
40 | 40 | /** |
41 | 41 | * Creates the forums endpoint |
42 | - * @param null $id |
|
42 | + * @param string $id |
|
43 | 43 | * @return string |
44 | 44 | */ |
45 | 45 | protected function forumsEndpoint($id = null) |