https://bugzilla.wikimedia.org/show_bug.cgi?id=43285
--- Comment #1 from Jeroen De Dauw <[email protected]> --- Issue found: 'aliases' => array (size=1) 'en' => array (size=1) 1 => string 'A2' (length=2) As you can see, this entity has an array with aliases with a single element with key 1. Since it's 1, and not 0, it does not match what can be safely interpreted as a non-associate array, and this gets treated as an associative one by the differ using a MapDiff rather then a ListDiff. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
