Skip to content

Commit f6d1ee5

Browse files
authored
Merge pull request #1 from php-etl/feature/fix-phpstan
Update FlushableInterface.php
2 parents ad8a336 + bedc19e commit f6d1ee5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FlushableInterface.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
use Kiboko\Contract\Bucket\ResultBucketInterface;
66

7+
/**
8+
* @template T
9+
*/
710
interface FlushableInterface
811
{
912
public function flush(): ResultBucketInterface;

0 commit comments

Comments
 (0)