Closed JanisE closed 6 years ago
Are multi-dimension arrays supported? E.g., PHP's array_diff would return "Array to string conversion" error if any of the compared arrays contain a (sub-)array.
array_diff
From the README:
Implementations provided by Diff: …
MapDiffer
Thank you! Somehow missed it.
Are multi-dimension arrays supported? E.g., PHP's
array_diff
would return "Array to string conversion" error if any of the compared arrays contain a (sub-)array.