1
0
Fork 0

Fix phpdoc

pull/9765/head
Jordi Boggiano 2021-03-10 13:44:42 +01:00
parent 5d6f9b2528
commit 346356a4dd
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ final class StreamContextFactory
* @param string $url
* @param array $options
* @param bool $forCurl When true, will not add proxy values as these are handled separately
* @phpstan-return array{http:{header: string[], proxy?: string, request_fulluri: bool}, ssl: array}
* @phpstan-return array{http: array{header: string[], proxy?: string, request_fulluri: bool}, ssl: array}
* @return array formatted as a stream context array
*/
public static function initOptions($url, array $options, $forCurl = false)