Completed
Pull Request — master (#44)
by
unknown
06:36
created
src/Soundcloud/Soundcloud.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Get the access token.
72 72
      * 
73
-     * @return mixed the token, else null is returned
73
+     * @return string|null the token, else null is returned
74 74
      */
75 75
     public function getAuthToken()
76 76
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * Get the token scope.
82 82
      * 
83
-     * @return mixed the scope for this access token, null if empty
83
+     * @return string|null the scope for this access token, null if empty
84 84
      */
85 85
     public function getAuthScope()
86 86
     {
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     /**
91 91
      * Get the token scope.
92 92
      * 
93
-     * @return mixed the scope for this access token, null if empty
93
+     * @return integer|null the scope for this access token, null if empty
94 94
      */
95 95
     public function getExpires()
96 96
     {
@@ -245,7 +245,7 @@  discard block
 block discarded – undo
245 245
     /**
246 246
      * Get Last Curl Response object.
247 247
      * 
248
-     * @return mixed The Response Object, null if no request was yet made
248
+     * @return ResponseInterface|null The Response Object, null if no request was yet made
249 249
      */
250 250
     public function getCurlResponse()
251 251
     {
Please login to merge, or discard this patch.