Closed bruceoutdoors closed 2 years ago
Merging #148 (c5b2233) into master (a8f8fa6) will increase coverage by
0.23%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #148 +/- ##
==========================================
+ Coverage 92.41% 92.64% +0.23%
==========================================
Files 27 27
Lines 1688 1687 -1
==========================================
+ Hits 1560 1563 +3
+ Misses 128 124 -4
Impacted Files | Coverage Δ | |
---|---|---|
src/Structure/ClassStructureTrait.php | 95.89% <100.00%> (+5.34%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Could you rebase or merge latest master in your branch (this should fix CI)?
Ok done
I think you're right, though maybe the final behavior is somewhat similar (if not raising a notice). Removing line 110 seems reasonable.
Change in https://github.com/swaggest/php-json-schema/pull/147 causes nullable JSON fields not to be exported.
This change should fix that.