rebase on oct-10-2023
This commit is contained in:
@@ -253,6 +253,7 @@ class ArrayUtil {
|
||||
return true;
|
||||
}
|
||||
$diff[ $key ] = $value;
|
||||
continue;
|
||||
}
|
||||
$new_diff = self::deep_assoc_array_diff( $value, $array2[ $key ], $strict );
|
||||
if ( ! empty( $new_diff ) ) {
|
||||
|
||||
Reference in New Issue
Block a user