Skip to content

Commit 57fc8fa

Browse files
committed
Fixing PHPStan level 9 issues
1 parent ef2b850 commit 57fc8fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/FlushableInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Kiboko\Contract\Bucket\ResultBucketInterface;
99

1010
/**
11-
* @template Type
11+
* @template Type of non-empty-array<array-key, mixed>|object
1212
*/
1313
interface FlushableInterface
1414
{

src/PipelineRunnerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
interface PipelineRunnerInterface
1212
{
1313
/**
14-
* @template Type
14+
* @template Type of non-empty-array<array-key, mixed>|object
1515
*
1616
* @param \Iterator<int, Type|null> $source
1717
* @param \Generator<int, ResultBucketInterface<Type>&(AcceptanceResultBucketInterface<Type>|RejectionResultBucketInterface<Type>), Type|null, void> $async

src/StepRejectionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Kiboko\Contract\Pipeline;
66

77
/**
8-
* @template Type
8+
* @template Type of non-empty-array<array-key, mixed>|object
99
*/
1010
interface StepRejectionInterface
1111
{

0 commit comments

Comments
 (0)