From 932cc70c7eae2c97fa672078bc4319fa8405bd64 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 19 Apr 2022 13:06:26 +0200 Subject: [PATCH] wip #5189 --- src/ArrayUtil.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ArrayUtil.php b/src/ArrayUtil.php index edb1e5f..6b8ebb2 100644 --- a/src/ArrayUtil.php +++ b/src/ArrayUtil.php @@ -168,7 +168,7 @@ class ArrayUtil { */ public static function parseRange($str) { - $res = array(); + $res = []; $str = preg_replace('|([^0-9;\-,]?)|', '', $str); if ($str == '') { return $res; -- 2.39.5