Skip to content
Snippets Groups Projects

Use the whole value creating bigger patches when nested sequences are used.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -295,7 +295,7 @@ private static function transformSequenceKeys(array $array, bool &$keysMatter =
// For sequences that are arrays without uuids, there is not really a
// good way to address them. So we use the key and accept that things
// will inevitably not work when the order changes.
$candidate = $key;
$candidate = $value;
}
}
Loading