Homec4science

Improvements for D11085

Authored by Joshua Spence <josh@joshuaspence.com> on Jan 1 2015, 01:11.

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

Committed
Joshua Spence <josh@joshuaspence.com>Jan 1 2015, 01:11
Pushed
aubortMar 17 2017, 12:03
Parents
rPHUd0344553072a: Consolidate JSON formatting
Branches
Unknown
Tags
Unknown

Event Timeline

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