From 3738d071f86aa5016ce326a009a278085b41fb48 Mon Sep 17 00:00:00 2001 From: msquare Date: Fri, 30 Sep 2016 17:08:20 +0200 Subject: remove long array syntax --- includes/model/User_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/model/User_model.php') diff --git a/includes/model/User_model.php b/includes/model/User_model.php index 7f9170df..576bb3f5 100644 --- a/includes/model/User_model.php +++ b/includes/model/User_model.php @@ -71,7 +71,7 @@ function User_tshirts_count() { * Returns all column names for sorting in an array. */ function User_sortable_columns() { - return array( + return [ 'Nick', 'Name', 'Vorname', @@ -84,7 +84,7 @@ function User_sortable_columns() { 'force_active', 'Tshirt', 'lastLogIn' - ); + ]; } /** -- cgit v1.2.3-54-g00ecf