swaggest / php-json-schema

High definition PHP structures with JSON-schema based validation
MIT License
451 stars 51 forks source link

Allow default with null value to be applied #108

Closed vearutop closed 4 years ago

vearutop commented 4 years ago

Resolves #107

codecov[bot] commented 4 years ago

Codecov Report

Merging #108 into master will decrease coverage by 0.01%. The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
- Coverage   92.32%   92.31%   -0.02%     
==========================================
  Files          27       27              
  Lines        1629     1639      +10     
==========================================
+ Hits         1504     1513       +9     
- Misses        125      126       +1     
Impacted Files Coverage Δ
src/JsonSchema.php 100.00% <ø> (ø)
src/Schema.php 95.75% <91.66%> (-0.09%) :arrow_down:
src/Constraint/Content.php 93.33% <100.00%> (ø)

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 4aca4f5...651769d. Read the comment docs.