respect-validation/tests/feature/Issues
Alexandre Gomes Gaigalas 317ffef4b7 Fix isVisible() initial value bug in NestedListStringFormatter
The array_reduce in isVisible() used `true` as its initial value with
an `||` reducer, meaning it always returned `true` when siblings existed
regardless of their actual visibility. This caused unnecessary nesting
in full messages by showing single-child wrapper nodes that should have
been collapsed.

Replace array_reduce with a foreach loop starting from `false`, which
also enables early return on the first visible sibling.
2026-03-10 15:13:28 +00:00
..
Issue179Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue425Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue446Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue619Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue739Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue796Test.php Fix isVisible() initial value bug in NestedListStringFormatter 2026-03-10 15:13:28 +00:00
Issue799Test.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
Issue805Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue1033Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue1244Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue1289Test.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
Issue1333Test.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
Issue1334Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue1376Test.php Handle more collision scenarios on NestedArrayFormatter 2026-02-02 20:21:14 +00:00
Issue1469Test.php Standardize and improve validation message templates 2026-02-03 19:58:55 +00:00
Issue1477Test.php Fix SPDX headers in all files 2026-02-03 15:23:23 +01:00
Issue1668Test.php Handle more collision scenarios on NestedArrayFormatter 2026-02-02 20:21:14 +00:00