mirror of
https://github.com/marcostoll/FF-Utils.git
synced 2025-01-16 15:10:42 +01:00
[FIX] remove unused class constants
This commit is contained in:
parent
c378525d8a
commit
2dfe2f4ffb
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user