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 60ebf74 commit 96b2549Copy full SHA for 96b2549
src/EmptyResultBucket.php
@@ -7,8 +7,10 @@
7
use Kiboko\Contract\Bucket as Contract;
8
9
/**
10
- * @implements Contract\AcceptanceResultBucketInterface<mixed>
11
- * @implements Contract\RejectionResultBucketInterface<mixed>
+ * @template Type of non-empty-array<array-key, mixed>|object
+ *
12
+ * @implements Contract\AcceptanceResultBucketInterface<Type>
13
+ * @implements Contract\RejectionResultBucketInterface<Type>
14
*/
15
final class EmptyResultBucket implements Contract\AcceptanceResultBucketInterface, Contract\RejectionResultBucketInterface
16
{
0 commit comments