Skip to content

Commit 5dc481a

Browse files
committed
curl_share_init_persistent requires non-empty array otherwise throws
also make type more specific
1 parent 866382a commit 5dc481a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dictionaries/CallMap_85.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10199,7 +10199,7 @@
1019910199
'curl_share_init_persistent' =>
1020010200
array (
1020110201
0 => 'CurlSharePersistentHandle',
10202-
'share_options' => 'array<array-key, mixed>',
10202+
'share_options' => 'non-empty-array<array-key, 3|4|5|6>',
1020310203
),
1020410204
'curl_share_setopt' =>
1020510205
array (

0 commit comments

Comments
 (0)