Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-10 15:24:04 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-10 15:24:04 +0300
commit1d75c3932a0c5e03e276de239421dbdb3c5cce46 (patch)
tree06cad362ccd666e260db306896d16f9d68a0043f /ui
parent26def599e0cf99cf00bbbb57c8b612150ed7afe5 (diff)
.......... [ZBXNEXT-114] removed trailing commas at the end of arrays
Diffstat (limited to 'ui')
-rw-r--r--ui/tests/unit/include/classes/validators/CApiInputValidatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/unit/include/classes/validators/CApiInputValidatorTest.php b/ui/tests/unit/include/classes/validators/CApiInputValidatorTest.php
index 6c177226139..db716ac46da 100644
--- a/ui/tests/unit/include/classes/validators/CApiInputValidatorTest.php
+++ b/ui/tests/unit/include/classes/validators/CApiInputValidatorTest.php
@@ -3952,7 +3952,7 @@ class CApiInputValidatorTest extends TestCase {
'20.0-30.0000',
'/1/numeric_ranges',
'20.0-30.0000'
- ],
+ ]
];
}