respect-validation/tests/src/Validators
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
..
Core Remove "Wrapper" abstract class 2026-01-31 00:36:19 +01:00
CustomRule.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
Invalid.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
MyAbstractClass.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
NoConstructor.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
Stub.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00
Valid.php Rename library/ to src/ 2026-01-22 13:13:15 +01:00