Issue #2925972: FieldItemList::equals() doesn't correctly compare textfield values with leading zeros
1 unresolved thread
Closes #2925972
Merge request reports
Activity
- Resolved by Juraj Nemec
444 444 } 445 445 446 /** 447 * Compares multidimensional arrays. 448 * 449 * Uses soft rules to compare scalar values inside of the arrays. 450 * 451 * @param array $array1 452 * The array to compare to. 453 * @param array $array2 454 * The array to compare to. 455 * 456 * @return bool 457 * TRUE if arrays are equal, FALSE if not. 458 */ 459 protected function arrayEquals(array $array1, array $array2): bool {
Please register or sign in to reply