| @@ -139,7 +139,7 @@ discard block | ||
| 139 | 139 | * @param string $nonce The none which is generated | 
| 140 | 140 | * @param int $timestamp The timestamp which is generated | 
| 141 | 141 | * | 
| 142 | - * @return array The data-array | |
| 142 | + * @return string[] The data-array | |
| 143 | 143 | */ | 
| 144 | 144 | private function createDataElement(RequestInterface $request, $nonce, $timestamp) | 
| 145 | 145 |      { | 
| @@ -163,7 +163,7 @@ discard block | ||
| 163 | 163 | * @param int $timestamp The generated timestamp | 
| 164 | 164 | * @param string $hash The created hash | 
| 165 | 165 | * | 
| 166 | - * @return array The headers for the request | |
| 166 | + * @return string[] The headers for the request | |
| 167 | 167 | */ | 
| 168 | 168 | private function createOAuthHeaders($nonce, $timestamp, $hash) | 
| 169 | 169 |      { |