Home GnuPG

Improvements for D11085
401a860c7878Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Improvements for D11085

Summary:
In D11085, I attempted to fix this although I did so poorly. The intention was to format JSON as follows:

{
  "foo": "bar",
  "foobarbaz": []
}

But instead I had achieved this:

{
  "foo"      : "bar",
  "foobarbaz": []
}

Test Plan: Ran ./scripts/update_compat_info.php and inspected ./resources/php_compat_info.json.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11094

Details

Provenance
Joshua Spence <josh@joshuaspence.com>Authored on Jan 1 2015, 1:11 AM
Parents
rPHUTILd0344553072a: Consolidate JSON formatting
Branches
Unknown
Tags
Unknown

Event Timeline

Joshua Spence <josh@joshuaspence.com> committed rPHUTIL401a860c7878: Improvements for D11085 (authored by Joshua Spence <josh@joshuaspence.com>).Jan 1 2015, 1:11 AM