Skip to content

Commit 4b08cbe

Browse files
committed
chore: remove todo
1 parent 8eaaf80 commit 4b08cbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/JsonDiff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ protected function process(array $original, array $new, string $path = ''): void
119119
$mutualKeys = array_intersect($originalKeys, $newKeys);
120120
// Check if value has changed
121121
collect($mutualKeys)->each(function ($key) use ($new, $original, $path): void {
122-
/** @todo if the value is an object, decide what to do */
123122
$currentOriginal = $original[$key];
124123
$currentNew = $new[$key];
125124

0 commit comments

Comments
 (0)