-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
Line 248 in 05e6127
$actualKey -= $removedOffset; |
This line seems to be a causing an error when i pass 2 associative arrays, when i comment it out it works fine.
Here is an example of what im seeing trigger the error:
$r = new JsonDiff(
["name" => "Test"],
[],
JsonDiff::REARRANGE_ARRAYS
);
Running PHP 7.2.8
Metadata
Metadata
Assignees
Labels
No labels