Skip to content

Commit

Permalink
Merge pull request #8730 from kamil-tekiela/curl_unescape
Browse files Browse the repository at this point in the history
Argument 1 of curl_unescape
  • Loading branch information
orklah committed Nov 22, 2022
2 parents 7869cb5 + 810ef8b commit f846906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dictionaries/CallMap.php
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion dictionaries/CallMap_80_delta.php
Expand Up @@ -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'],
Expand Down

0 comments on commit f846906

Please sign in to comment.