Closed dimayakovlev closed 1 day ago
Function subval_sort() must always return Array. Fix will remove a lot of warnings like Warning: count(): Parameter must be an array or an object that implements Countable and other errors.
subval_sort()
Array
Warning: count(): Parameter must be an array or an object that implements Countable
Part of #83.
Function
subval_sort()
must always returnArray
. Fix will remove a lot of warnings likeWarning: count(): Parameter must be an array or an object that implements Countable
and other errors.Part of #83.