Update HttpDriver.php
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user