Doc-comments: Format

This commit is contained in:
Jakub Vrana
2025-03-28 09:13:36 +01:00
parent 45c045382a
commit 5e88dae4e2
15 changed files with 85 additions and 184 deletions

View File

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