We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74c606 commit 38435e5Copy full SHA for 38435e5
src/Rejection.php
@@ -6,10 +6,9 @@
6
7
use Bunny\Channel;
8
use Bunny\Client;
9
-use Kiboko\Contract\Pipeline\RejectionInterface;
10
-use Kiboko\Contract\Pipeline\RejectionWithReasonInterface;
+use Kiboko\Contract\Pipeline\StepRejectionInterface;
11
12
-final readonly class Rejection implements RejectionInterface, RejectionWithReasonInterface
+final readonly class Rejection implements StepRejectionInterface
13
{
14
private Channel $channel;
15
0 commit comments