http-driver.php: rename to HttpDriver

This commit is contained in:
Zankaria
2024-10-04 01:01:47 +02:00
parent 3eed312b6b
commit 1682272f75
2 changed files with 6 additions and 3 deletions

View File

@@ -1,9 +1,12 @@
<?php // Honestly this is just a wrapper for cURL. Still useful to mock it and have an OOP API on PHP 7.
<?php
namespace Vichan\Data\Driver;
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.
*/
class HttpDriver {
private mixed $inner;
private int $timeout;