From 2dfe2f4ffb94fdad4b4f76d1beda9fb97af1cde0 Mon Sep 17 00:00:00 2001 From: Marco Stoll Date: Mon, 20 Jul 2020 10:22:57 +0200 Subject: [PATCH] [FIX] remove unused class constants --- src/ArrayUtils.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ArrayUtils.php b/src/ArrayUtils.php index 9ba9348..1ea8980 100644 --- a/src/ArrayUtils.php +++ b/src/ArrayUtils.php @@ -17,15 +17,6 @@ namespace FF\Utils; */ class ArrayUtils { - /** - * Merge strategies (bit mask) - */ - const MERGE_STRATEGY_ASSOC_REPLACE = 1; - const MERGE_STRATEGY_ASSOC_PRESERVE = 2; - const MERGE_STRATEGY_NUMERIC_APPEND = 4; - const MERGE_STRATEGY_NUMERIC_PREPEND = 8; - const MERGE_STRATEGY_DEFAULT = 5; - /** * Checks whether the given array is a numeric array *