forked from GithubBackups/vichan
Update HttpDriver.php
This commit is contained in:
parent
00fc21322c
commit
c4cd4d3c12
@ -8,7 +8,7 @@ defined('TINYBOARD') or exit;
|
|||||||
* Honestly this is just a wrapper for cURL. Still useful to mock it and have an OOP API on PHP 7.
|
* Honestly this is just a wrapper for cURL. Still useful to mock it and have an OOP API on PHP 7.
|
||||||
*/
|
*/
|
||||||
class HttpDriver {
|
class HttpDriver {
|
||||||
private mixed $inner;
|
private $inner;
|
||||||
private int $timeout;
|
private int $timeout;
|
||||||
private int $max_file_size;
|
private int $max_file_size;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user