diff --git a/dictionaries/CallMap.php b/dictionaries/CallMap.php index 0f773718088..e4c9ba75947 100644 --- a/dictionaries/CallMap.php +++ b/dictionaries/CallMap.php @@ -1696,7 +1696,7 @@ 'curl_share_strerror' => ['?string', 'error_code'=>'int'], 'curl_strerror' => ['?string', 'error_code'=>'int'], 'curl_upkeep' => ['bool', 'handle'=>'CurlHandle'], -'curl_unescape' => ['string|false', 'handle'=>'CurlShareHandle', 'string'=>'string'], +'curl_unescape' => ['string|false', 'handle'=>'CurlHandle', 'string'=>'string'], 'curl_version' => ['array', 'version='=>'int'], 'CURLFile::__construct' => ['void', 'filename'=>'string', 'mimetype='=>'string', 'postfilename='=>'string'], 'CURLFile::__wakeup' => ['void'], diff --git a/dictionaries/CallMap_80_delta.php b/dictionaries/CallMap_80_delta.php index 2dfd289d330..35b2122f419 100644 --- a/dictionaries/CallMap_80_delta.php +++ b/dictionaries/CallMap_80_delta.php @@ -347,7 +347,7 @@ ], 'curl_unescape' => [ 'old' => ['string|false', 'ch'=>'resource', 'string'=>'string'], - 'new' => ['string|false', 'handle'=>'CurlShareHandle', 'string'=>'string'], + 'new' => ['string|false', 'handle'=>'CurlHandle', 'string'=>'string'], ], 'date' => [ 'old' => ['string', 'format'=>'string', 'timestamp='=>'int'],