respect-validation/src
Henrique Moody b352f17718
Remove "Wrapper" abstract class
With PHP's promoted properties, there is little reason to have an
abstract class that only provides a constructor and a proxy method.
The greater part of the classes that extended Wrapper had their own
implementation of evaluate(), hence it made very little sense to keep
Wrapper in the codebase.

Assisted-by: Claude Code (Opus 4.5)
2026-01-31 00:36:19 +01:00
..
Exceptions Rename library/ to src/ 2026-01-22 13:13:15 +01:00
Helpers Simplify how we load and save files in data/ 2026-01-26 20:28:29 +01:00
Message Fix misplaced Outer/Inner names when using named() on Each 2026-01-29 18:24:50 +00:00
Mixins Create "Masked" validator 2026-01-30 21:06:36 +01:00
Transformers Rename library/ to src/ 2026-01-22 13:13:15 +01:00
Validators Remove "Wrapper" abstract class 2026-01-31 00:36:19 +01:00
ContainerRegistry.php Containerize PhoneNumberUtil instance for Phone rule 2026-01-29 21:42:32 +00:00
Id.php Prevent validators from generating validatorBuilder Ids 2026-01-26 13:57:39 +01:00
Name.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
NamespacedValidatorFactory.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
OnlyFailedChildrenResultFilter.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
Path.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
Result.php Allow empty values in iterables for All, Each, Max, Min 2026-01-30 21:27:16 +00:00
ResultFilter.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
ResultQuery.php Fix ResultQuery::findByPath() for nested paths 2026-01-27 13:25:40 +01:00
Validator.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
ValidatorBuilder.php Remove "Wrapper" abstract class 2026-01-31 00:36:19 +01:00
ValidatorFactory.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00