mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Add appendError method to ResponseCheckerInterface
This commit is contained in:
parent
fd2a52305c
commit
b07a3db6d2
1 changed files with 2 additions and 0 deletions
|
|
@ -93,6 +93,8 @@ interface ResponseCheckerInterface
|
||||||
|
|
||||||
public function hasViolationWithMessage(Response $response, string $message, ?string $property = null): bool;
|
public function hasViolationWithMessage(Response $response, string $message, ?string $property = null): bool;
|
||||||
|
|
||||||
|
public function appendError(Response $response): ResponseCheckerInterface;
|
||||||
|
|
||||||
public function cleanErrors(): void;
|
public function cleanErrors(): void;
|
||||||
|
|
||||||
/** @return array{
|
/** @return array{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue