mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
Merge remote-tracking branch 'origin/stable'
This commit is contained in:
@ -185,7 +185,7 @@ class Internet{
|
||||
* @param \Closure|null $onSuccess function to be called if there is no error. Accepts a resource argument as the cURL handle.
|
||||
* @phpstan-param array<int, mixed> $extraOpts
|
||||
* @phpstan-param list<string> $extraHeaders
|
||||
* @phpstan-param (\Closure(resource) : void)|null $onSuccess
|
||||
* @phpstan-param (\Closure(PhpCurlHandle) : void)|null $onSuccess
|
||||
*
|
||||
* @throws InternetException if a cURL error occurs
|
||||
*/
|
||||
|
Reference in New Issue
Block a user