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