swaggest / json-diff

JSON diff/rearrange/patch/pointer library for PHP
MIT License
220 stars 30 forks source link

Avoid associative array conversion when removing and adding array items #32

Closed vearutop closed 4 years ago

vearutop commented 4 years ago

Resolves #31.

codecov[bot] commented 4 years ago

Codecov Report

Merging #32 into master will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   95.96%   95.95%   -0.01%     
==========================================
  Files           9        9              
  Lines         471      470       -1     
==========================================
- Hits          452      451       -1     
  Misses         19       19              
Impacted Files Coverage Δ
src/JsonPointer.php 94.16% <100.00%> (-0.05%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fccbbd6...453a69d. Read the comment docs.