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 ba4b97b commit e842de5Copy full SHA for e842de5
src/FlushableInterface.php
@@ -4,14 +4,13 @@
4
5
namespace Kiboko\Contract\Pipeline;
6
7
-use Kiboko\Component\Bucket\EmptyResultBucket;
8
use Kiboko\Contract\Bucket\ResultBucketInterface;
9
10
/**
11
* @template Type of non-empty-array<array-key, mixed>|object
12
*/
13
interface FlushableInterface
14
{
15
- /** @return ResultBucketInterface<Type>|EmptyResultBucket */
+ /** @return ResultBucketInterface<Type> */
16
public function flush(): ResultBucketInterface;
17
}
0 commit comments