Skip to content

Commit d31eb7a

Browse files
cs278ondrejmirtes
authored andcommitted
curl_share_setopt() fix $value parameter type
1 parent e208c05 commit d31eb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Reflection/SignatureMap/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@
15131513
'curl_share_close' => ['void', 'sh'=>'resource'],
15141514
'curl_share_errno' => ['int', 'sh'=>'resource'],
15151515
'curl_share_init' => ['resource'],
1516-
'curl_share_setopt' => ['bool', 'sh'=>'resource', 'option'=>'int', 'value'=>'string'],
1516+
'curl_share_setopt' => ['bool', 'sh'=>'resource', 'option'=>'int', 'value'=>'mixed'],
15171517
'curl_share_strerror' => ['string', 'code'=>'int'],
15181518
'curl_strerror' => ['string', 'code'=>'int'],
15191519
'curl_unescape' => ['string', 'ch'=>'resource', 'str'=>'string'],

0 commit comments

Comments
 (0)