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

Use more [] in doc-comments

Follow up to 42de70d032
This commit is contained in:
Jan Tojnar
2025-03-02 03:17:14 +01:00
committed by Jakub Vrána
parent 160beb726a
commit 4cdcb44bee
6 changed files with 17 additions and 17 deletions

View File

@@ -446,7 +446,7 @@ if (isset($_GET["sqlite"])) {
* @param array [$original => idf_escape($new_column)], empty to preserve
* @param string [format_foreign_key()], empty to preserve
* @param int set auto_increment to this value, 0 to preserve
* @param array [array($type, $name, $columns)], empty to preserve
* @param array [[$type, $name, $columns]], empty to preserve
* @param string CHECK constraint to drop
* @param string CHECK constraint to add
* @return bool