Skip to content

Commit

Permalink
Update Scanner.php
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards authored May 7, 2024
1 parent 6ff46ab commit afa43e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/private/Files/Cache/Scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,11 +418,6 @@ protected function array_diff_assoc_multi($array1, $array2) {
$result[$key] = $nestedDiff;
continue;
}
} else { // not an array
if ($array2[$key] != $value) {
$result[$key] = $value;
continue;
}
}
}
return $result;
Expand Down

0 comments on commit afa43e0

Please sign in to comment.