1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-15 11:04:02 +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

@@ -512,7 +512,7 @@ class Adminer {
/** Process columns box in select
* @param array selectable columns
* @param array
* @return array [array(select_expressions), array(group_expressions)]
* @return array [[select_expressions], [group_expressions]]
*/
function selectColumnsProcess($columns, $indexes) {
global $functions, $grouping;