@@ -123,7 +123,7 @@ |
||
123 | 123 | * @param string $endpoint the endpoint for example 'statuses/user_timeline' |
124 | 124 | * @param array $query an array that specify query string to use with the endpoint |
125 | 125 | * @param string $requestMethod the http request method |
126 | - * @return array |
|
126 | + * @return string |
|
127 | 127 | */ |
128 | 128 | public function twitterRequest($endpoint, $query = [], $requestMethod = 'get') |
129 | 129 | { |