diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-24 20:23:15 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-24 20:23:15 +0900 |
| commit | a0f4c7518ab09de8ebe166d9d3b4d15149a22439 (patch) | |
| tree | 45cd91899d75be9888e70da7cdc7df49bffcb562 /scripts/plugin-class-classifier/src | |
| parent | 76c6d132fbc8341bdf14537bba7f00b073eddbc1 (diff) | |
| download | php-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/plugin-class-classifier/src')
0 files changed, 0 insertions, 0 deletions
