Skip to content

Commit e44acfc

Browse files
author
arp
committed
regenerate the files
1 parent bd321d8 commit e44acfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generated/curl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,11 @@ function curl_getinfo($handle, int $option = null)
558558
*
559559
* The file protocol is disabled by cURL if
560560
* open_basedir is set.
561-
* @return resource Returns a cURL handle on success, FALSE on errors.
561+
* @return \CurlHandle Returns a cURL handle on success, FALSE on errors.
562562
* @throws CurlException
563563
*
564564
*/
565-
function curl_init(string $url = null)
565+
function curl_init(string $url = null): \CurlHandle
566566
{
567567
error_clear_last();
568568
if ($url !== null) {

0 commit comments

Comments
 (0)