1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 17:14:07 +02:00

Rename variable

This commit is contained in:
Jakub Vrana
2025-03-28 22:44:24 +01:00
parent 4e1e638f98
commit 1f88485a3c
13 changed files with 13 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ function get_driver(string $id): string {
}
abstract class SqlDriver {
/** @var list<string> */ static array $possibleDrivers = array();
/** @var list<string> */ static array $extensions = array(); // possible extensions
static string $jush; // JUSH identifier
protected Db $conn;