Skip to content

Commit 1fdcf91

Browse files
committed
Fixed contracts on the pipeline rejection
1 parent 7ab8680 commit 1fdcf91

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/StepRejectionInterface.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66

77
interface StepRejectionInterface
88
{
9-
public function initialize(): void;
10-
119
/** @param non-empty-array<mixed>|object $rejection */
1210
public function reject(array|object $rejection, \Throwable $exception = null): void;
1311

1412
public function rejectWithReason(array|object $rejection, string $reason, \Throwable $exception = null): void;
15-
16-
public function teardown(): void;
1713
}

0 commit comments

Comments
 (0)