Add appendError method to ResponseCheckerInterface

This commit is contained in:
Francis Hilaire 2026-05-21 12:36:29 +02:00
parent fd2a52305c
commit b07a3db6d2
No known key found for this signature in database
GPG key ID: 3392F830BF33D421

View file

@ -93,6 +93,8 @@ interface ResponseCheckerInterface
public function hasViolationWithMessage(Response $response, string $message, ?string $property = null): bool;
public function appendError(Response $response): ResponseCheckerInterface;
public function cleanErrors(): void;
/** @return array{