Update HttpDriver.php

This commit is contained in:
Lorenzo Yario 2024-12-22 14:55:57 -06:00 committed by GitHub
parent 00fc21322c
commit c4cd4d3c12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;