Completed
Push — master ( cf668a...b0a978 )
by Matthew
02:22
created
src/Resources/Comment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Resources/TimeEntry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.