Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Encode JSON with JSON_PRETTY_PRINT flag #795

Merged
merged 1 commit into from
Dec 27, 2022

Conversation

localheinz
Copy link
Member

@localheinz localheinz commented Dec 26, 2022

This pull request

  • encodes JSON with the JSON_PRETTY_PRINT flag

Related to ergebnis/composer-normalize#965.

@localheinz localheinz self-assigned this Dec 26, 2022
@codecov
Copy link

codecov bot commented Dec 26, 2022

Codecov Report

Merging #795 (6594dda) into main (bff2903) will not change coverage.
The diff coverage is 100.00%.

❗ Current head 6594dda differs from pull request most recent head 0e7fb9b. Consider uploading reports for the commit 0e7fb9b to get more accurate results

@@            Coverage Diff            @@
##               main     #795   +/-   ##
=========================================
  Coverage     98.77%   98.77%           
  Complexity      133      133           
=========================================
  Files            28       28           
  Lines           407      407           
=========================================
  Hits            402      402           
  Misses            5        5           
Impacted Files Coverage Δ
src/Format/JsonEncodeOptions.php 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@localheinz localheinz force-pushed the fix/json-encode-options branch 9 times, most recently from b47929e to 5a823fa Compare December 27, 2022 21:55
@localheinz localheinz changed the title Fix: Encode with default options Fix: Encode JSON with JSON_PRETTY_PRINT flag Dec 27, 2022
@localheinz localheinz marked this pull request as ready for review December 27, 2022 21:56
@localheinz localheinz changed the title Fix: Encode JSON with JSON_PRETTY_PRINT flag Enhancement: Encode JSON with JSON_PRETTY_PRINT flag Dec 27, 2022
@localheinz localheinz merged commit 8b28909 into main Dec 27, 2022
@localheinz localheinz deleted the fix/json-encode-options branch December 27, 2022 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants