Skip to content

Commit

Permalink
Fixing PHPStan level 9 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gplanchat committed Nov 14, 2023
1 parent ef2b850 commit 57fc8fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FlushableInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Kiboko\Contract\Bucket\ResultBucketInterface;

/**
* @template Type
* @template Type of non-empty-array<array-key, mixed>|object
*/
interface FlushableInterface
{
Expand Down
2 changes: 1 addition & 1 deletion src/PipelineRunnerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
interface PipelineRunnerInterface
{
/**
* @template Type
* @template Type of non-empty-array<array-key, mixed>|object
*
* @param \Iterator<int, Type|null> $source
* @param \Generator<int, ResultBucketInterface<Type>&(AcceptanceResultBucketInterface<Type>|RejectionResultBucketInterface<Type>), Type|null, void> $async
Expand Down
2 changes: 1 addition & 1 deletion src/StepRejectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Kiboko\Contract\Pipeline;

/**
* @template Type
* @template Type of non-empty-array<array-key, mixed>|object
*/
interface StepRejectionInterface
{
Expand Down

0 comments on commit 57fc8fa

Please sign in to comment.