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": [] }
Differential D11094
Improvements for D11085 joshuaspence on Dec 30 2014, 9:53 PM. Authored by Tags None Referenced Files
Subscribers
Details
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": [] } Ran ./scripts/update_compat_info.php and inspected ./resources/php_compat_info.json.
Diff Detail
|