mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 23:27:17 +02:00
Doc-comments: Fix type errors
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Adminer;
|
||||
// interfaces can include properties only since PHP 8.4
|
||||
abstract class SqlDb {
|
||||
public string $extension; // extension name
|
||||
public string $flavor; // different vendor with the same API, e.g. MariaDB; usually stays empty
|
||||
public string $flavor = ''; // different vendor with the same API, e.g. MariaDB; usually stays empty
|
||||
public string $server_info; // server version
|
||||
public int $affected_rows; // number of affected rows
|
||||
public string $info; // see https://php.net/mysql_info
|
||||
|
Reference in New Issue
Block a user