Move PHP minimum to 8.0

This commit is contained in:
Dylan K. Taylor
2021-07-26 20:29:39 +01:00
parent 09eac0e129
commit 2b5667a56b
15 changed files with 37 additions and 171 deletions

View File

@ -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(PhpCurlHandle) : void)|null $onSuccess
* @phpstan-param (\Closure(\CurlHandle) : void)|null $onSuccess
*
* @throws InternetException if a cURL error occurs
*/