Skip to content

Commit 1723270

Browse files
committed
Fix cs
1 parent ec9c644 commit 1723270

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Http/Transport/CurlTransport.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ private static function mergeCurlOptions(array ...$options): array
183183
*
184184
* @return (string|string[][])[] First key headers, second key is content
185185
*
186-
* @throws NetworkException
187-
*
188186
* @see https://stackoverflow.com/questions/10589889/returning-header-as-array-using-curl
189187
*
190188
* @psalm-return array{0: array<string, non-empty-list<string>>, 1: string}
189+
*
190+
* @throws NetworkException
191191
*/
192192
private static function getHeadersAndContentFromCurlHandle(\CurlHandle $curlHandle): array
193193
{

0 commit comments

Comments
 (0)