Skip to content

Commit

Permalink
Change interface used on the Rejection object
Browse files Browse the repository at this point in the history
  • Loading branch information
sebprt committed Jul 3, 2024
1 parent b74c606 commit 38435e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Rejection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@

use Bunny\Channel;
use Bunny\Client;
use Kiboko\Contract\Pipeline\RejectionInterface;
use Kiboko\Contract\Pipeline\RejectionWithReasonInterface;
use Kiboko\Contract\Pipeline\StepRejectionInterface;

final readonly class Rejection implements RejectionInterface, RejectionWithReasonInterface
final readonly class Rejection implements StepRejectionInterface

Check failure on line 11 in src/Rejection.php

View workflow job for this annotation

GitHub Actions / phpstan

Class Kiboko\Component\Flow\RabbitMQ\Rejection implements unknown interface Kiboko\Contract\Pipeline\StepRejectionInterface.

Check failure on line 11 in src/Rejection.php

View workflow job for this annotation

GitHub Actions / phpstan

Class Kiboko\Component\Flow\RabbitMQ\Rejection implements unknown interface Kiboko\Contract\Pipeline\StepRejectionInterface.

Check failure on line 11 in src/Rejection.php

View workflow job for this annotation

GitHub Actions / phpstan

Class Kiboko\Component\Flow\RabbitMQ\Rejection implements unknown interface Kiboko\Contract\Pipeline\StepRejectionInterface.
{
private Channel $channel;

Expand Down

0 comments on commit 38435e5

Please sign in to comment.