aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/linters
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-07-24 20:23:15 +0900
committernsfisis <nsfisis@gmail.com>2026-07-24 20:23:15 +0900
commita0f4c7518ab09de8ebe166d9d3b4d15149a22439 (patch)
tree45cd91899d75be9888e70da7cdc7df49bffcb562 /scripts/linters
parent76c6d132fbc8341bdf14537bba7f00b073eddbc1 (diff)
downloadphp-shirabe-a0f4c7518ab09de8ebe166d9d3b4d15149a22439.tar.gz
php-shirabe-a0f4c7518ab09de8ebe166d9d3b4d15149a22439.tar.zst
php-shirabe-a0f4c7518ab09de8ebe166d9d3b4d15149a22439.zip
fix(array-dumper): dump source/dist mirrors as a JSON array
ArrayDumper::dump built the mirrors field as PhpMixed::Array keyed by stringified index ("0", "1", ...), which this codebase's PhpMixed JSON serialization renders as an object. PHP just assigns the plain, sequentially-keyed mirrors array directly, which json_encode renders as a JSON array. Use PhpMixed::List instead, matching the actual shape written to composer.lock.
Diffstat (limited to 'scripts/linters')
0 files changed, 0 insertions, 0 deletions