@@ -129,7 +129,7 @@ |
||
129 | 129 | } |
130 | 130 | |
131 | 131 | /** |
132 | - * @return \Generator|void |
|
132 | + * @return \Generator |
|
133 | 133 | */ |
134 | 134 | protected function processCallback() |
135 | 135 | { |
@@ -55,7 +55,7 @@ |
||
55 | 55 | /** |
56 | 56 | * Check if specified data exists in response. |
57 | 57 | * |
58 | - * @param null $key |
|
58 | + * @param string $key |
|
59 | 59 | * @return array|bool |
60 | 60 | */ |
61 | 61 | public function getResponseData($key = null) |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace seregazhuk\PinterestBot\Api; |
4 | 4 | |
5 | -use seregazhuk\PinterestBot\Api\Providers\ContactRequests; |
|
6 | 5 | use seregazhuk\PinterestBot\Api\Providers\Pins; |
7 | 6 | use seregazhuk\PinterestBot\Api\Providers\User; |
8 | 7 | use seregazhuk\PinterestBot\Api\Providers\Auth; |