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.
2 parents ad8a336 + bedc19e commit f6d1ee5Copy full SHA for f6d1ee5
src/FlushableInterface.php
@@ -4,6 +4,9 @@
4
5
use Kiboko\Contract\Bucket\ResultBucketInterface;
6
7
+/**
8
+ * @template T
9
+ */
10
interface FlushableInterface
11
{
12
public function flush(): ResultBucketInterface;
0 commit comments