• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wol-soft / php-json-schema-model-generator
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: fix/enum-types-in-composition-branches
DEFAULT BRANCH: master
Repo Added 12 Oct 2018 08:31AM UTC
Files 168
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix/issue-110
branch: fix/issue-110
CHANGE BRANCH
x
Reset
  • fix/issue-110
  • 0.1.0
  • 0.10.0
  • 0.10.1
  • 0.11.0
  • 0.11.1
  • 0.12.0
  • 0.13.0
  • 0.14.0
  • 0.14.1
  • 0.15.0
  • 0.15.1
  • 0.16.0
  • 0.17.0
  • 0.18.0
  • 0.19.0
  • 0.2.0
  • 0.20.0
  • 0.21.0
  • 0.21.1
  • 0.21.2
  • 0.21.3
  • 0.21.4
  • 0.21.5
  • 0.21.6
  • 0.21.7
  • 0.21.8
  • 0.22.0
  • 0.22.1
  • 0.23.0
  • 0.23.1
  • 0.23.2
  • 0.23.3
  • 0.23.4
  • 0.23.5
  • 0.24.0
  • 0.24.1
  • 0.24.2
  • 0.25.0
  • 0.25.1
  • 0.26.1
  • 0.26.2
  • 0.3.0
  • 0.3.1
  • 0.4.0
  • 0.5.0
  • 0.6.0
  • 0.7.0
  • 0.8.0
  • 0.9.0
  • 65-recursive-reference-resolving
  • 70-filter-in-composition
  • AddOptionToDefaultArraysToEmptyArray
  • AdvancedFilter
  • BaseProcessor
  • BuilderClassPostProcessor
  • CompositionValidationOnMutableObjects
  • FormatValidation
  • JsonSchemaDraftTestSuite
  • MoveCI
  • NestedObjectException
  • OptimizeMergedProperties
  • PatternProperties
  • PerformanceImprovements
  • PostProcessor
  • PostProcessorHooks
  • ReworkExceptions
  • SchemaHooks
  • SkipFilterAfterTransformingFilterIfTransformationFails
  • ThrowExceptionFromNestedModel
  • additionalProperties
  • attributes
  • booleanSchemas
  • chore/phpunit-13-upgrade
  • debug
  • drafts
  • enumPostProcessor
  • feat/composition-required-promotion
  • filter-composition-ordering
  • fix/enum-types-in-composition-branches
  • fix/issue-101
  • fix/issue-129-enum-type-check-validator
  • fix/issue-98
  • implicitNullableConfiguration
  • improveRefResolving
  • issue72_nestedComposition
  • issue77_dynamicProperty
  • issue79_CombinedRefAndObjectDefinition
  • jsonSchemaDraft7
  • master
  • modernizeCode
  • optionalConst
  • patch-1
  • php82tessting
  • refImprovements
  • renameRawModelDataInput
  • supportNumericProperties
  • typos
  • useInNestedReferences

23 Mar 2026 03:39PM UTC coverage: 98.605% (-0.09%) from 98.693%
23445924204

Pull #115

github

Enno Woortmann
cleanup
Pull Request #115: Type system (Type widening for compositions, union types)

544 of 554 new or added lines in 51 files covered. (98.19%)

3887 of 3942 relevant lines covered (98.6%)

547.23 hits per line

Relevant lines Covered
Build:
Build:
3942 RELEVANT LINES 3887 COVERED LINES
547.23 HITS PER LINE
Source Files on fix/issue-110
  • Tree
  • List 133
  • Changed 112
  • Source Changed 112
  • Coverage Changed 48
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23445924204 fix/issue-110 cleanup Pull #115 23 Mar 2026 03:40PM UTC Enno Woortmann github
98.6
23444910203 fix/issue-110 Address PR #115 review comments - Rename ConditionalPropertyValidator $dataBranches → $conditionBranches / getDataBranches() → getConditionBranches() for clarity - Simplify cloneTransferredProperty: drop explicit $compositionProcessor param, ... Pull #115 23 Mar 2026 03:19PM UTC Enno Woortmann github
98.6
23368127510 fix/issue-110 Refactor PropertyMerger public API for clarity and reduced parameter count - Replace ?string $compositionProcessor with bool $isAllOf in merge(), removing the stringly-typed is_a() check from PropertyMerger itself - Split narrowToIntersection()... Pull #115 21 Mar 2026 12:38AM UTC Enno Woortmann github
98.58
23363658068 fix/issue-110 Add PSR-12 code style enforcement via PHP CodeSniffer - Add squizlabs/php_codesniffer ^4.0 as dev dependency - Add phpcs.xml with PSR-12 baseline, disabling 4 rules: ScopeClosingBrace (keep compact empty bodies), ClassDeclaration ExtendsLine/... Pull #115 20 Mar 2026 09:39PM UTC Enno Woortmann github
98.58
23325740070 fix/issue-110 Document patternProperties type intersection behaviour in object.rst Add a note to the Pattern Properties section explaining that when a declared property name matches a pattern, both constraints apply simultaneously (allOf semantics). Compatible... Pull #115 20 Mar 2026 01:54AM UTC Enno Woortmann github
98.57
23325741344 fix/issue-110 Merge 296600521 into d14ae3d85 Pull #115 20 Mar 2026 01:54AM UTC web-flow github pending completion  
22784999631 fix/issue-110 Delete .claude/topics/base-property-precedence/implementation-plan.md Pull #115 06 Mar 2026 10:43PM UTC web-flow github
98.66
22784825213 fix/issue-110 Add tests to cover new PropertyMerger code paths - testAllOfIntersectionNarrowsMultiTypeToSubset: covers the allOf intersection body (lines 239, 249, 256–263) where the intersection narrows a [integer, string] root to ?int via an allOf branch... Pull #115 06 Mar 2026 10:37PM UTC Enno Woortmann github
98.66
22780353222 fix/issue-110 Transfer if/then/else branch properties to parent schema with correct union types - if/then/else composition now transfers all branch properties (if, then, else) to the parent schema, making them accessible as typed properties on the model - Co... Pull #115 06 Mar 2026 08:17PM UTC Enno Woortmann github
98.5
22695477925 fix/issue-110 cleanup Pull #115 05 Mar 2026 12:04AM UTC Enno Woortmann github
98.63
See All Builds (699)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc