@@ -145,7 +145,7 @@ |
||
145 | 145 | * Adds default headers to the headers per request, only if the key |
146 | 146 | * cannot not be found in the headers per request. |
147 | 147 | * |
148 | - * @param array $headers |
|
148 | + * @param string[] $headers |
|
149 | 149 | * |
150 | 150 | * @return array |
151 | 151 | */ |
@@ -100,7 +100,7 @@ |
||
100 | 100 | 'username' => $this->getUsername(), |
101 | 101 | 'refresh_token' => $this->refreshToken |
102 | 102 | )); |
103 | - } |
|
103 | + } |
|
104 | 104 | |
105 | 105 | /** |
106 | 106 | * {@inheritdoc} |