[FIX] remove unused class constants

This commit is contained in:
Marco Stoll 2020-07-20 10:22:57 +02:00
parent c378525d8a
commit 2dfe2f4ffb

View File

@ -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
*