Skip to content

Commit

Permalink
Updated the bucket contract
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 14, 2023
1 parent 60ebf74 commit 96b2549
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/EmptyResultBucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
use Kiboko\Contract\Bucket as Contract;

/**
* @implements Contract\AcceptanceResultBucketInterface<mixed>
* @implements Contract\RejectionResultBucketInterface<mixed>
* @template Type of non-empty-array<array-key, mixed>|object
*
* @implements Contract\AcceptanceResultBucketInterface<Type>
* @implements Contract\RejectionResultBucketInterface<Type>
*/
final class EmptyResultBucket implements Contract\AcceptanceResultBucketInterface, Contract\RejectionResultBucketInterface
{
Expand Down

0 comments on commit 96b2549

Please sign in to comment.