diff --git a/src/NullRejection.php b/src/NullRejection.php index b2d5ab7..ee503f9 100644 --- a/src/NullRejection.php +++ b/src/NullRejection.php @@ -17,6 +17,11 @@ public function reject(StepCodeInterface $step, array|object $rejection, \Throwa // NOOP } + public function rejectWithReason(StepCodeInterface $step, object|array $rejection, string $reason, \Throwable $exception = null): void + { + // NOOP + } + public function teardown(): void { // NOOP