mirror of
https://github.com/vrana/adminer.git
synced 2026-01-27 09:49:58 +01:00
Doc-comments: Format
This commit is contained in:
@@ -18,8 +18,7 @@ CREATE TABLE login (
|
||||
class AdminerLoginTable {
|
||||
protected $database;
|
||||
|
||||
/** Set database of login table
|
||||
*/
|
||||
/** Set database of login table */
|
||||
function __construct(string $database) {
|
||||
$this->database = $database;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user