Skip to content

Commit e842de5

Browse files
committed
Updated the contracts
1 parent ba4b97b commit e842de5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/FlushableInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44

55
namespace Kiboko\Contract\Pipeline;
66

7-
use Kiboko\Component\Bucket\EmptyResultBucket;
87
use Kiboko\Contract\Bucket\ResultBucketInterface;
98

109
/**
1110
* @template Type of non-empty-array<array-key, mixed>|object
1211
*/
1312
interface FlushableInterface
1413
{
15-
/** @return ResultBucketInterface<Type>|EmptyResultBucket */
14+
/** @return ResultBucketInterface<Type> */
1615
public function flush(): ResultBucketInterface;
1716
}

0 commit comments

Comments
 (0)