Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .claude/skills/support-validation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,7 @@ next: []
# VALIDATION_COMPONENT_SKILL
> jardissupport/validation | NS: `JardisSupport\Validation` | PHP 8.2+

## ARCHITECTURE
```
ObjectValidator (exception-safe via try/finally)
└─ ValidatorRegistry (class → validator mapping, parent/interface matching)
└─ CompositeFieldValidator (fluent API, singleton validator instances)
└─ Internal\FieldBuilder (chains validators, $options parameter)
└─ ValueValidators (singletons)
Internal\ValidationContext — tracks spl_object_id() for circular refs
Constructor: new ValidationContext(maxDepth: 100)
```
Circular object references are detected; default max traversal depth is 100.

## CORE API
```php
Expand Down
Loading