https://github.com/swaggest/json-diff/blob/05e61270ef2c8ed4af517ff70cf42ba559cf8bc1/src/JsonDiff.php#L248 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