1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +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

@@ -633,7 +633,7 @@ function query_redirect($query, $location, $message, $redirect = true, $execute
/** Execute and remember query
* @param string or null to return remembered queries, end with ';' to use DELIMITER
* @return Min_Result or array($queries, $time) if $query = null
* @return Min_Result or [$queries, $time] if $query = null
*/
function queries($query) {
global $connection;
@@ -851,7 +851,7 @@ function table_status1($table, $fast = false) {
/** Find out foreign keys for each column
* @param string
* @return array [$col => array()]
* @return array [$col => []]
*/
function column_foreign_keys($table) {
global $adminer;