@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace DirkGroenen\Pinterest\Transport; |
12 | 12 | |
13 | 13 | use DirkGroenen\Pinterest\Utils\CurlBuilder; |
14 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
15 | 14 | |
16 | 15 | class Response { |
17 | 16 |
@@ -11,7 +11,6 @@ |
||
11 | 11 | namespace DirkGroenen\Pinterest\Transport; |
12 | 12 | |
13 | 13 | use DirkGroenen\Pinterest\Utils\CurlBuilder; |
14 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
15 | 14 | |
16 | 15 | class Response { |
17 | 16 |
@@ -127,7 +127,7 @@ |
||
127 | 127 | * Change the code for an access_token |
128 | 128 | * |
129 | 129 | * @param string $code |
130 | - * @return array |
|
130 | + * @return \DirkGroenen\Pinterest\Transport\Response |
|
131 | 131 | */ |
132 | 132 | public function getOAuthToken($code) |
133 | 133 | { |