File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ Available options:
63
63
* ` SKIP_JSON_PATCH ` is an option to improve performance by not building JsonPatch for this diff.
64
64
* ` SKIP_JSON_MERGE_PATCH ` is an option to improve performance by not building JSON Merge Patch value for this diff.
65
65
* ` TOLERATE_ASSOCIATIVE_ARRAYS ` is an option to allow associative arrays to mimic JSON objects (not recommended).
66
+ * ` COLLECT_MODIFIED_DIFF ` is an option to enable [ getModifiedDiff] ( #getmodifieddiff ) .
66
67
67
68
Options can be combined, e.g. ` JsonDiff::REARRANGE_ARRAYS + JsonDiff::STOP_ON_DIFF ` .
68
69
@@ -102,7 +103,7 @@ Returns modifications as partial value of original.
102
103
Returns modifications as partial value of new.
103
104
104
105
#### ` getModifiedDiff `
105
- Returns list of ` ModifiedPathDiff ` containing paths with original and new values.
106
+ Returns list of [ ` ModifiedPathDiff ` ] ( src/ModifiedPathDiff.php ) containing paths with original and new values.
106
107
107
108
Not collected by default, requires ` JsonDiff::COLLECT_MODIFIED_DIFF ` option.
108
109
You can’t perform that action at this time.
0 commit comments